diff options
Diffstat (limited to 'lib/general.lib.php')
-rw-r--r-- | lib/general.lib.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/general.lib.php b/lib/general.lib.php index 983b4c12..0a308b64 100644 --- a/lib/general.lib.php +++ b/lib/general.lib.php @@ -81,6 +81,7 @@ function int2ip($i) { @param $template Name of Template */ function show_template($template) { +global $myMpd, $user; /* Check for a 'Theme' template */ if (is_readable(conf('prefix') . conf('theme_path') . "/templates/$template".".inc")) { |