mirror of
https://github.com/e107inc/e107.git
synced 2025-04-20 20:51:53 +02:00
Merge pull request #1302 from lonalore/master
Fixed: Issue #1288 - missing active class with active item in first l…
This commit is contained in:
commit
4b7d6bc0df
@ -41,7 +41,7 @@ $NAVIGATION_TEMPLATE['main']['item_submenu_active'] = '
|
||||
';
|
||||
|
||||
$NAVIGATION_TEMPLATE['main']['item_active'] = '
|
||||
<li>
|
||||
<li class="active">
|
||||
<a class="e-tip" role="button" data-target="#" href="{LINK_URL}"{LINK_OPEN} title="{LINK_DESCRIPTION}">
|
||||
{LINK_ICON} {LINK_NAME}
|
||||
</a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user