Sndan Posted December 28, 2014 Report Posted December 28, 2014 navigation label icon <?php $this->Html->_($value['icon']);?> how to set this icon for each label
0 Tyson Posted December 29, 2014 Report Posted December 29, 2014 Icons shown in navigation links in the client interface are defined in /app/models/navigation.php. In the admin interface, they are set in the associated template where it is displayed. Sndan and Michael 2
0 Sndan Posted December 29, 2014 Author Report Posted December 29, 2014 So it is only defined Manually? There is no backend interface to do so? Sndan 1
0 Tyson Posted December 29, 2014 Report Posted December 29, 2014 Correct. The only place you could define icons in the interface is via the Portal, because you can set your own HTML there to define them yourself.
Question
Sndan
navigation label icon
<?php $this->Html->_($value['icon']);?>
how to set this icon for each label
3 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now