- added global statement

This commit is contained in:
steinm 2011-10-26 07:31:48 +00:00
parent 690a801a4b
commit abd76b45a0

View File

@ -134,6 +134,8 @@ class UI {
} /* }}} */
function htmlEndPage() { /* {{{ */
global $theme;
UI::footNote();
if(file_exists("../themes/".$theme."/HTMLFoot.html")) {
include("../themes/".$theme."/HTMLFoot.html");