1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-14 01:19:44 +01:00

Remove unnecessary includes when using e_url.php.

Fix Popover placement in admin.
This commit is contained in:
Cameron 2017-04-22 11:40:46 -07:00
parent 904be2b0cd
commit a06c3c7fb2
2 changed files with 1 additions and 3 deletions

View File

@ -1838,7 +1838,7 @@ Inverse 10 <span class="badge badge-inverse">10</span>
{
$template = $$tmpl;
return $template['start']. '<li><a tabindex="0" href="'.e_ADMIN_ABS.'e107_update.php" class="hide e-popover text-primary" role="button" data-container=".navbar-nav" data-toggle="popover" data-placement="right" data-trigger="bottom" data-content="'.$tp->toAttribute(ADLAN_120).'"><span class="text-info">'.$tp->toGlyph('fa-database').'</span></a></li>' .$template['end'];
return $template['start']. '<li><a tabindex="0" href="'.e_ADMIN_ABS.'e107_update.php" class="hide e-popover text-primary" role="button" data-container="body" data-toggle="popover" data-placement="right" data-trigger="bottom" data-content="'.$tp->toAttribute(ADLAN_120).'"><span class="text-info">'.$tp->toGlyph('fa-database').'</span></a></li>' .$template['end'];
}

View File

@ -64,9 +64,7 @@
if($file = $eUrl->getInclude())
{
include_once(HEADERF);
include_once($file);
include_once(FOOTERF);
exit;
}