mirror of
https://github.com/e107inc/e107.git
synced 2025-04-21 21:21:54 +02:00
Fixes #4384 - Footer missing when required within a function.
This commit is contained in:
parent
fc683be4e2
commit
523fae8582
@ -843,4 +843,6 @@ e107::getDebug()->logTime('Render Other');
|
||||
|
||||
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-user-combo { padding-bottom:5px }
|
||||
#forum-viewtopic .forum-user-combo .dropdown-menu { text-align: left }
|
||||
|
||||
/*
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user