A Qcodo based CMS/ecommerce framework
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
258 B

12 years ago
  1. <div class="BlogModuleInner">
  2. <?php
  3. if(is_array($_CONTROL->aryContentItemViews))
  4. foreach( $_CONTROL->aryContentItemViews as $contentItemView )
  5. $contentItemView->Render();
  6. ?>
  7. <div class="spacer"></div>
  8. </div>