mirror of
https://github.com/e107inc/e107.git
synced 2025-07-25 17:01:43 +02:00
Closes #219 One click to return to home page.
This commit is contained in:
@@ -52,10 +52,11 @@ $E_ADMIN_NAVIGATION['button_active'] = '
|
|||||||
// Leave Admin Area.
|
// Leave Admin Area.
|
||||||
$E_ADMIN_NAVIGATION['button_home'] = '
|
$E_ADMIN_NAVIGATION['button_home'] = '
|
||||||
<li class="dropdown">
|
<li class="dropdown">
|
||||||
<a class="dropdown-toggle" title="'.ADLAN_53.'" role="button" data-toggle="dropdown" data-target="#" href="{LINK_URL}" >
|
<a class="dropdown-toggle" style="display:inline-block; padding-right:0px;margin-right:0px;" title="'.ADLAN_53.'" href="'.e_HTTP.'" >
|
||||||
{LINK_IMAGE} {LINK_TEXT}
|
{LINK_IMAGE} {LINK_TEXT}
|
||||||
<b class="caret"></b>
|
</a><a style="display:inline-block;margin-left:0px;padding-left:4px;padding-right:8px;margin-right:8px" class="dropdown-toggle" title="'.ADLAN_53.'" role="button" data-toggle="dropdown" data-target="#" href="{LINK_URL}" >
|
||||||
</a>
|
<b class="caret"></b>
|
||||||
|
</a>
|
||||||
{SUB_MENU}
|
{SUB_MENU}
|
||||||
</li>
|
</li>
|
||||||
';
|
';
|
||||||
|
Reference in New Issue
Block a user