mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
Fixes #4384 - Footer missing when required within a function.
This commit is contained in:
@@ -843,4 +843,6 @@ e107::getDebug()->logTime('Render Other');
|
|||||||
|
|
||||||
unset($text);
|
unset($text);
|
||||||
}
|
}
|
||||||
//Trim whitepsaces after end of the script
|
|
||||||
|
$GLOBALS['FOOTER'] = $FOOTER;
|
||||||
|
//Trim whitepsaces after end of the script
|
@@ -16,6 +16,7 @@
|
|||||||
|
|
||||||
.forum-attachment-file { margin-top:15px; }
|
.forum-attachment-file { margin-top:15px; }
|
||||||
.forum-user-combo { padding-bottom:5px }
|
.forum-user-combo { padding-bottom:5px }
|
||||||
|
#forum-viewtopic .forum-user-combo .dropdown-menu { text-align: left }
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user