diff options
author | patdenice <patdenice@piwigo.org> | 2010-04-29 19:40:10 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2010-04-29 19:40:10 +0000 |
commit | 6506716b114f16d9a9468f62cbe68947a14de9f7 (patch) | |
tree | d741ede6a93ef744b4348877f119d8a550873eef /themes/default/themeconf.inc.php | |
parent | a6f0b397dfc19e11b5bb6b4bcd2ab7e990b51bb0 (diff) |
Rollback revision 5923
git-svn-id: http://piwigo.org/svn/trunk@6004 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-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', ); ?> |