mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
Typo fix on navigation template
This commit is contained in:
parent
8b66e67bf2
commit
b521bbe740
@ -30,7 +30,7 @@ $NAVIGATION_TEMPLATE['main']['end'] = '</ul>';
|
||||
|
||||
// Main Link which has a sub menu.
|
||||
$NAVIGATION_TEMPLATE['main']['item_submenu'] = "
|
||||
<li class='nav-item'>
|
||||
<li class='nav-item dropdown'>
|
||||
<a class='nav-link dropdown-toggle' role='button' data-toggle='dropdown' id='navbarDropdownMenuLink-{NAV_LINK_ID}' data-target='#' aria-haspopup='true' aria-expanded='false' href='{NAV_LINK_URL}' title='{NAV_LINK_DESCRIPTION}'>
|
||||
{NAV_LINK_ICON}{NAV_LINK_NAME}
|
||||
</a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user