aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template/header.tpl
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2014-06-13 18:32:29 +0000
committermistic100 <mistic@piwigo.org>2014-06-13 18:32:29 +0000
commit5e3e65e9f2f624008c8a55775c78d6dfa85bbbf7 (patch)
tree3b210f6089df2e741c241b49efb2a24fdd9d3f13 /admin/themes/default/template/header.tpl
parent038f48825a9063adb28566ba3fe079404fa0f9cf (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 'admin/themes/default/template/header.tpl')
-rw-r--r--admin/themes/default/template/header.tpl7
1 files changed, 1 insertions, 6 deletions
diff --git a/admin/themes/default/template/header.tpl b/admin/themes/default/template/header.tpl
index c95b759ad..5188edff4 100644
--- a/admin/themes/default/template/header.tpl
+++ b/admin/themes/default/template/header.tpl
@@ -7,8 +7,7 @@
<!DOCTYPE html>
<html lang="{$lang_info.code}" dir="{$lang_info.direction}">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset={$CONTENT_ENCODING}">
-<meta name="generator" content="Piwigo (aka PWG), see piwigo.org">
+<meta charset="{$CONTENT_ENCODING}">
<title>{$GALLERY_TITLE} :: {$PAGE_TITLE}</title>
<link rel="shortcut icon" type="image/x-icon" href="{$ROOT_URL}{$themeconf.icon_dir}/favicon.ico">
@@ -27,10 +26,6 @@
{combine_script id='jquery' path='themes/default/js/jquery.min.js'}
-<!--[if lt IE 7]>
-<script type="text/javascript" src="{$ROOT_URL}themes/default/js/pngfix.js"></script>
-<![endif]-->
-
{if not empty($head_elements)}
{foreach from=$head_elements item=elt}
{$elt}