diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-06-19 17:56:31 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-06-19 17:56:31 +0000 |
commit | eb51935eba26fba4f196888694e92c559e36cdd9 (patch) | |
tree | 2cc3172d76faef5447e191d6ea3ae5666acf0f79 /template/yoga/header.tpl | |
parent | 657bd9b6a9a0537d378e21477dee18c068e7be11 (diff) |
improve : Allow a theme to add code in page html header (feature 424)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1368 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/header.tpl')
-rw-r--r-- | template/yoga/header.tpl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/template/yoga/header.tpl b/template/yoga/header.tpl index 280d011a2..d3b48b65b 100644 --- a/template/yoga/header.tpl +++ b/template/yoga/header.tpl @@ -9,11 +9,12 @@ the "text/nonsense" prevents gecko based browsers to load it --> <link rel="stylesheet" type="text/nonsense" href="{pwg_root}template/{themeconf:template}/fix-khtml.css"> <!--[if lt IE 7]> -<link rel="stylesheet" type="text/css" href="{pwg_root}template/{themeconf:template}/fix-ie5-ie6.css"> + <link rel="stylesheet" type="text/css" href="{pwg_root}template/{themeconf:template}/fix-ie5-ie6.css"> <![endif]--> <link rel="stylesheet" type="text/css" media="print" href="{pwg_root}template/{themeconf:template}/print.css"> <link rel="stylesheet" type="text/css" href="{pwg_root}template/{themeconf:template}/default-colors.css"> <link rel="stylesheet" type="text/css" href="{pwg_root}template/{themeconf:template}/theme/{themeconf:theme}/theme.css"> +{themeconf:local_head} <!-- BEGIN next --> <link rel="prefetch" href="{next.U_IMG_SRC}"> <!-- END next --> @@ -23,7 +24,7 @@ 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]> -<script type="text/javascript" src="{pwg_root}include/pngfix.js"></script> + <script type="text/javascript" src="{pwg_root}include/pngfix.js"></script> <![endif]--> </head> |