Subversion Repositories SmartDukaan

Rev

Rev 13579 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13579 Rev 13633
Line 1... Line 1...
1
<ul class="list-unstyled">
1
<ul class="list-unstyled">
2
	<li><?php echo $this->Html->link(__('New Category Discount'), array('action' => 'add')); ?></li>
2
	<li><?php echo $this->Html->link(__('New Category Discount'), array('action' => 'new')); ?></li>
3
	<li><?php echo $this->Html->link(__('List Categories'), array('controller' => 'categories', 'action' => 'index')); ?> 
3
	<li><?php echo $this->Html->link(__('List Categories'), array('controller' => 'categories', 'action' => 'index')); ?> 
4
	</li>
4
	</li>
5
</ul>
-
 
6
5
</ul>
-
 
6