mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-20 00:23:40 +02:00
Merge r7473 from br2.1 to trunk
git-svn-id: http://piwigo.org/svn/trunk@7474 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -21,8 +21,6 @@
|
||||
<title>{$GALLERY_TITLE} | {$PAGE_TITLE}</title>{else}
|
||||
<title>{$PAGE_TITLE} | {$GALLERY_TITLE}</title>{/if}
|
||||
<link rel="shortcut icon" type="image/x-icon" href="{$ROOT_URL}{$themeconf.icon_dir}/favicon.ico">
|
||||
<link rel="alternate" type="application/rss+xml" title="{'Image only RSS feed'|@translate}" href="{$U_FEED_IMAGE_ONLY}">
|
||||
<link rel="alternate" type="application/rss+xml" title="{'Complete RSS feed (images, comments)'|@translate}" href="{$U_FEED}">
|
||||
|
||||
<link rel="start" title="{'Home'|@translate}" href="{$U_HOME}" >
|
||||
<link rel="search" title="{'Search'|@translate}" href="{$ROOT_URL}search.php" >
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
{html_head}
|
||||
<link rel="alternate" type="application/rss+xml" title="{'Image only RSS feed'|@translate}" href="{$U_FEED_IMAGE_ONLY}">
|
||||
<link rel="alternate" type="application/rss+xml" title="{'Complete RSS feed (images, comments)'|@translate}" href="{$U_FEED}">
|
||||
{/html_head}
|
||||
<div id="content" class="content">
|
||||
|
||||
<div class="titrePage">
|
||||
|
||||
Reference in New Issue
Block a user