From 523fae85825d2963d6445236a7e63845c56fa37e Mon Sep 17 00:00:00 2001 From: Cameron Date: Mon, 15 Feb 2021 07:22:47 -0800 Subject: [PATCH] Fixes #4384 - Footer missing when required within a function. --- e107_core/templates/header_default.php | 4 +++- e107_plugins/forum/forum.css | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/e107_core/templates/header_default.php b/e107_core/templates/header_default.php index e87946ab7..dad61e0ae 100644 --- a/e107_core/templates/header_default.php +++ b/e107_core/templates/header_default.php @@ -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 \ No newline at end of file diff --git a/e107_plugins/forum/forum.css b/e107_plugins/forum/forum.css index 950b8f3cb..a69abf385 100644 --- a/e107_plugins/forum/forum.css +++ b/e107_plugins/forum/forum.css @@ -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 } /*