Subversion Repositories SmartDukaan

Rev

Rev 13591 | Rev 13646 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13591 Rev 13637
Line 1... Line 1...
1
<ul class="list-unstyled">		
1
<ul class="list-unstyled">		
2
	<li><?php echo $this->Html->link(__('View Mobile App Settings'), array('action' => 'index')); ?></li>
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>
3
	<li><?php echo $this->Html->link(__('New Mobile App Setting'), array('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>
4
</ul>
7
</ul>
5
8