mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 08:55:54 +00:00
- added global statement
This commit is contained in:
parent
690a801a4b
commit
abd76b45a0
|
@ -134,6 +134,8 @@ class UI {
|
|||
} /* }}} */
|
||||
|
||||
function htmlEndPage() { /* {{{ */
|
||||
global $theme;
|
||||
|
||||
UI::footNote();
|
||||
if(file_exists("../themes/".$theme."/HTMLFoot.html")) {
|
||||
include("../themes/".$theme."/HTMLFoot.html");
|
||||
|
|
Loading…
Reference in New Issue
Block a user