diff options
Diffstat (limited to 'themes/default/themeconf.inc.php')
-rw-r--r-- | themes/default/themeconf.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/default/themeconf.inc.php b/themes/default/themeconf.inc.php index f5ac7fa32..50ab59819 100644 --- a/themes/default/themeconf.inc.php +++ b/themes/default/themeconf.inc.php @@ -3,5 +3,6 @@ $themeconf = array( 'name' => 'default', 'icon_dir' => 'themes/default/icon', 'mime_icon_dir' => 'themes/default/icon/mimetypes/', + 'local_head' => 'local_head.tpl', ); ?> |