diff options
author | mistic100 <mistic@piwigo.org> | 2014-06-13 18:32:29 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2014-06-13 18:32:29 +0000 |
commit | 5e3e65e9f2f624008c8a55775c78d6dfa85bbbf7 (patch) | |
tree | 3b210f6089df2e741c241b49efb2a24fdd9d3f13 /admin/themes/default/themeconf.inc.php | |
parent | 038f48825a9063adb28566ba3fe079404fa0f9cf (diff) |
remove admin IE 6/7/8 fixes
git-svn-id: http://piwigo.org/svn/trunk@28689 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/themes/default/themeconf.inc.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/admin/themes/default/themeconf.inc.php b/admin/themes/default/themeconf.inc.php index 9a6b8fe42..ac6b40b8a 100644 --- a/admin/themes/default/themeconf.inc.php +++ b/admin/themes/default/themeconf.inc.php @@ -4,6 +4,5 @@ $themeconf = array( 'icon_dir' => 'themes/default/icon', 'admin_icon_dir' => 'admin/themes/default/icon', 'mime_icon_dir' => 'themes/default/icon/mimetypes/', - 'local_head' => 'local_head.tpl', ); ?> |