1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-21 21:21:54 +02:00

Fixes - Footer missing when required within a function.

This commit is contained in:
Cameron 2021-02-15 07:22:47 -08:00
parent fc683be4e2
commit 523fae8582
2 changed files with 4 additions and 1 deletions
e107_core/templates
e107_plugins/forum

@ -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 }
/*