diff options
author | vdigital <vdigital@piwigo.org> | 2008-07-23 22:17:18 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-07-23 22:17:18 +0000 |
commit | 3f7b44785195e196eda5a4224e28fc3aadad7363 (patch) | |
tree | 57c211b3a5450a90db72590f3cf28dd1e92f32f7 /admin/template/yoga/header.tpl | |
parent | c48ec88ed478dc14f846efeb47091d389d09c3c0 (diff) |
Fallback on SVN:2426 (Transparency for background is not supported by IE6).
git-svn-id: http://piwigo.org/svn/trunk@2455 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/template/yoga/header.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/admin/template/yoga/header.tpl b/admin/template/yoga/header.tpl index 8399509f1..b6169df99 100644 --- a/admin/template/yoga/header.tpl +++ b/admin/template/yoga/header.tpl @@ -42,8 +42,8 @@ </head> -<body id="{$BODY_ID}" class="png"> -<div id="headbranch" class="png"></div> {* Dummy block for double background management *} +<body id="{$BODY_ID}"> +<div id="headbranch"></div> {* Dummy block for double background management *} <div id="the_page"> {if not empty($header_msgs)} @@ -54,7 +54,7 @@ </div> {/if} -<div id="theHeader" class="png">{*$PAGE_BANNER*}</div> +<div id="theHeader">{*$PAGE_BANNER*}</div> {if not empty($header_notes)} <div class="header_notes"> {foreach from=$header_notes item=elt} |