1
0
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:
Cameron 2016-01-16 14:46:02 -08:00
commit 4b7d6bc0df

View File

@ -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>