Subversion Repositories SmartDukaan

Rev

Rev 13591 | Rev 13646 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
13591 anikendra 1
<ul class="list-unstyled">		
13637 anikendra 2
	<li><?php echo $this->Html->link(__('New Mobile App Setting'), array('action' => 'add')); ?></li>	
3
	<li><?php echo $this->Html->link(__('New Store'), array('controller' => 'stores', 'action' => 'add')); ?> </li>
4
	<li><?php echo $this->Html->link(__('New Category'), array('controller' => 'categories', 'action' => 'add')); ?> </li>
5
	<li><?php echo $this->Html->link(__('New Store Cashback'), array('action' => 'add')); ?></li>
6
	<li><?php echo $this->Html->link(__('New Product Cashback'), array('action' => 'add')); ?></li>
13591 anikendra 7
</ul>