Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

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