1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

Added missing title to admin navigation.

This commit is contained in:
Cameron
2017-04-02 13:02:07 -07:00
parent 06cffc85c9
commit b3c4d82698

View File

@@ -38,7 +38,7 @@ $E_ADMIN_NAVIGATION['button'] = '
$E_ADMIN_NAVIGATION['button_active'] = ' $E_ADMIN_NAVIGATION['button_active'] = '
<li class="dropdown active"> <li class="dropdown active">
<a class="dropdown-toggle" role="button" data-toggle="dropdown" data-target="#" href="{LINK_URL}"> <a class="dropdown-toggle" role="button" data-toggle="dropdown" data-target="#" href="{LINK_URL}" title="{LINK_TEXT}">
{LINK_IMAGE} <span class="hidden-md hidden-lg">{LINK_TEXT}</span> {LINK_IMAGE} <span class="hidden-md hidden-lg">{LINK_TEXT}</span>
</a> </a>