aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2012-02-07 21:00:11 +0000
committerrvelices <rv-github@modusoptimus.com>2012-02-07 21:00:11 +0000
commit6da9041c7f2f4714b931fc8553537d7fd59505ae (patch)
tree6f430ce77089c8ae8ac066726544ba41cdb4c330 /themes
parent366e0a9870b02ceb531c23124c8e3b05e55cc034 (diff)
feature 2368 : added link rel canonical on picture page
git-svn-id: http://piwigo.org/svn/trunk@13048 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes')
-rw-r--r--themes/default/template/header.tpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/default/template/header.tpl b/themes/default/template/header.tpl
index 5dc51f97b..444b3fc2d 100644
--- a/themes/default/template/header.tpl
+++ b/themes/default/template/header.tpl
@@ -39,7 +39,8 @@
{/foreach}
-{if isset($U_PREFETCH) }<link rel="prefetch" href="{$U_PREFETCH}">{/if}
+{if isset($U_PREFETCH)}<link rel="prefetch" href="{$U_PREFETCH}">{/if}
+{if isset($U_CANONICAL)}<link rel="canonical" href="{$U_CANONICAL}">{/if}
{if not empty($page_refresh) }<meta http-equiv="refresh" content="{$page_refresh.TIME};url={$page_refresh.U_REFRESH}">{/if}