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.

10 lines
170 B

12 years ago
  1. <div id="CartBoxInner">
  2. <?php
  3. if(null != $_CONTROL->Account)
  4. {
  5. $_CONTROL->pnlHeader->Render();
  6. $_CONTROL->pnlItemList->Render();
  7. }
  8. ?>
  9. </div>