Example #1
0
            </a>
          </li>
          <li>
            <a href="#">
              <strong><?php 
echo lC_Administrators_Index::get_live_data_total('Carts');
?>
</strong> <?php 
echo $lC_Language->get('text_cart') . '<br />' . $lC_Language->get('text_sessions');
?>
            </a>
          </li>
          <li>
            <a href="#">
              <strong><?php 
echo lC_Administrators_Index::get_live_data_total('Orders');
?>
</strong> <?php 
echo $lC_Language->get('text_new') . '<br />' . $lC_Language->get('text_orders');
?>
            </a>
          </li>
        </ul>
      </div>
    </div>
  </div>

  <div class="with-padding">
    <div class="columns clearfix">
      <?php 
$lC_DirectoryListing = new lC_DirectoryListing('includes/modules/summary');