head icons in better way
This commit is contained in:
parent
7f4384961f
commit
ef192cbd95
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@
|
|||
<li {if $smarty.get.type==$menu.name|lower }class="active"
|
||||
{elseif !$smarty.get.type}
|
||||
{if $menu.active}class="active"{/if}
|
||||
{/if}><a href="{$menu.link}">{$menu.name}</a></li>
|
||||
{/if}><a href="{$menu.link}">{$menu.icon} {$menu.name}</a></li>
|
||||
{/if}
|
||||
{/foreach}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue