diff options
author | rub <rub@piwigo.org> | 2008-02-28 06:31:40 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2008-02-28 06:31:40 +0000 |
commit | a95bc3f7daced06c4a8fc148cfea92c4451dc805 (patch) | |
tree | decd90a547c029fad7c748ec302984098a3c031e /template/yoga/header.tpl | |
parent | c73923204927f406d492491398980d3aa429c4eb (diff) |
Resolved issue 0000807: New slideshow features
Fix bad <link rel="up"> in the header
git-svn-id: http://piwigo.org/svn/trunk@2224 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 cc2353c2a..19e9e755d 100644 --- a/template/yoga/header.tpl +++ b/template/yoga/header.tpl @@ -16,7 +16,6 @@ <link rel="search" title="{lang:search}" href="{pwg_root}search.php" > <!-- BEGIN first --> <link rel="first" title="{lang:first_page}" href="{first.U_IMG}" > -<link rel="up" title="{lang:thumbnails}" href="{U_UP}" > <!-- END first --> <!-- BEGIN previous --> <link rel="prev" title="{lang:previous_page}" href="{previous.U_IMG}" > @@ -26,8 +25,10 @@ <!-- END next --> <!-- BEGIN last --> <link rel="last" title="{lang:last_page}" href="{last.U_IMG}" > -<link rel="up" title="{lang:thumbnails}" href="{U_UP}" > <!-- END last --> +<!-- BEGIN up --> +<link rel="up" title="{lang:thumbnails}" href="{up.U_URL}" > +<!-- END up --> <link rel="stylesheet" type="text/css" href="{pwg_root}template/{themeconf:template}/layout.css"> <!-- the next css is used to fix khtml (Konqueror/Safari) issue the "text/nonsense" prevents gecko based browsers to load it --> |