Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
13532 anikendra 1
<ul class="list-unstyled">
2
	<li><?php echo $this->Html->link(__('New Store'), array('action' => 'add')); ?></li>
3
	<li><?php echo $this->Html->link(__('List Orders'), array('controller' => 'orders', 'action' => 'index')); ?> </li>
4
	<li><?php echo $this->Html->link(__('List Store Products'), array('controller' => 'store_products', 'action' => 'index')); ?> </li>
5
	<li><?php echo $this->Html->link(__('New Store Product'), array('controller' => 'store_products', 'action' => 'add')); ?> </li>
6
</ul>