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