1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 14:17:49 +02:00

Fixed: Issue #1288 - missing active class with active item in first level of navigation.

This commit is contained in:
Lóna Lore
2016-01-15 09:42:52 +01:00
parent f9936a98ed
commit 3e0f967088

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>