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

Menu-Manager side-panel height fix.

This commit is contained in:
Cameron
2017-03-20 11:18:02 -07:00
parent b5578a64e0
commit ae8e1f1198
5 changed files with 94 additions and 9 deletions

View File

@@ -465,6 +465,10 @@ if(deftrue('e_MENUMANAGER_ACTIVE'))
{
$body_onload .= " id=\"layout-".e107::getForm()->name2id(THEME_LAYOUT)."\" ";
}
else
{
$body_onload .= " id=\"admin-".str_replace(".php","",e_PAGE)."\" ";
}
//
// J: Send end of <head> and start of <body>