mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
Problem with BODYTAG #2308
This commit is contained in:
@@ -665,12 +665,13 @@ echo "</head>\n";
|
|||||||
|
|
||||||
$HEADER = str_replace("{e_PAGETITLE}",deftrue('e_PAGETITLE',''),$HEADER);
|
$HEADER = str_replace("{e_PAGETITLE}",deftrue('e_PAGETITLE',''),$HEADER);
|
||||||
|
|
||||||
$body_onload .= " id='layout-".e107::getForm()->name2id(THEME_LAYOUT)."' ";
|
//$body_onload .= " id='layout-".e107::getForm()->name2id(THEME_LAYOUT)."' ";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if(!deftrue('BODYTAG')) //TODO Discuss a better way?
|
if(!deftrue('BODYTAG')) //TODO Discuss a better way?
|
||||||
{
|
{
|
||||||
|
$body_onload .= " id='layout-".e107::getForm()->name2id(THEME_LAYOUT)."' ";
|
||||||
echo "<body".$body_onload.">\n";
|
echo "<body".$body_onload.">\n";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user