diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-07-14 16:42:36 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-07-14 16:42:36 +0000 |
commit | 69d0022bdd83d1367703b170c510fcaf9e277f6e (patch) | |
tree | 4185204b580d3f79ff3b3232f66bf6ecd589fb3a /template/yoga/header.tpl | |
parent | 65a9bc2ca79263aac1ae20cc23916221461ac4cd (diff) |
merge from trunk r1463:1464 into branch 1.6 (fix bug 461: csshover.htc doesn't work if $conf['question_mark_in_urls'] = false)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1465 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/header.tpl')
-rw-r--r-- | template/yoga/header.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/template/yoga/header.tpl b/template/yoga/header.tpl index 0c0619352..3257185cc 100644 --- a/template/yoga/header.tpl +++ b/template/yoga/header.tpl @@ -24,6 +24,10 @@ the "text/nonsense" prevents gecko based browsers to load it --> <title>{GALLERY_TITLE}:{PAGE_TITLE}</title> <script type="text/javascript" src="{pwg_root}include/scripts.js"></script> <!--[if lt IE 7]> + <style> + /* only because we need \{pwg_root\} otherwise use fix-ie5-ie6.css */ + BODY { behavior:url("{pwg_root}template-common/csshover.htc"); } + </style> <script type="text/javascript" src="{pwg_root}include/pngfix.js"></script> <![endif]--> </head> |