Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

<ul class="list-unstyled">
        <li><?php echo $this->Html->link(__('New Store'), array('action' => 'add')); ?></li>
        <li><?php echo $this->Html->link(__('List Orders'), array('controller' => 'orders', 'action' => 'index')); ?> </li>
        <li><?php echo $this->Html->link(__('List Store Products'), array('controller' => 'store_products', 'action' => 'index')); ?> </li>
        <li><?php echo $this->Html->link(__('New Store Product'), array('controller' => 'store_products', 'action' => 'add')); ?> </li>
</ul>