aboutsummaryrefslogtreecommitdiffstats
path: root/include/template.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/template.class.php')
-rw-r--r--include/template.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/template.class.php b/include/template.class.php
index 3a13adf47..a92e499a8 100644
--- a/include/template.class.php
+++ b/include/template.class.php
@@ -576,7 +576,7 @@ class Template {
function load_themeconf($dir)
{
- global $themeconfs, $conf, $page;
+ global $themeconfs, $conf;
$dir = realpath($dir);
if (!isset($themeconfs[$dir]))