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 Product'), array('action' => 'add')); ?></li>
|
|
|
3 |
<li><?php echo $this->Html->link(__('New Store Product'), array('controller' => 'store_products', 'action' => 'add')); ?></li>
|
|
|
4 |
<li><?php echo $this->Html->link(__('List Categories'), array('controller' => 'categories', 'action' => 'index')); ?> </li>
|
|
|
5 |
<li><?php echo $this->Html->link(__('New Category'), array('controller' => 'categories', 'action' => 'add')); ?> </li>
|
|
|
6 |
</ul>
|