source: extensions/stripped/template/notification.tpl @ 9960

Last change on this file since 9960 was 9960, checked in by Zaphod, 13 years ago

[extension] stripped - version 1.3.0

File size: 982 bytes
Line 
1{html_head}
2<link rel="alternate" type="application/rss+xml" title="{'Photos only RSS feed'|@translate}" href="{$U_FEED_IMAGE_ONLY}"> 
3<link rel="alternate" type="application/rss+xml" title="{'Complete RSS feed (photos, comments)'|@translate}" href="{$U_FEED}"> 
4{/html_head}
5{php}
6        global $conf;
7        $this->assign('LEVEL_SEPARATOR', $conf[ 'level_separator' ]);
8{/php}
9<div class="titrePage">
10        <div class="browsePath">
11                <h2><a href="{$U_HOME}" title="{'Go through the gallery as a visitor'|@translate}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{'Notification'|@translate}</h2>
12        </div>
13</div>
14<div id="content">
15        <p>{'The RSS notification feed provides notification on news from this website : new photos, updated albums, new comments. Use a RSS feed reader.'|@translate}</p>
16        <ul>
17                <li><a href="{$U_FEED_IMAGE_ONLY}">{'Photos only RSS feed'|@translate}</a></li>
18                <li><a href="{$U_FEED}">{'Complete RSS feed (photos, comments)'|@translate}</a></li>
19        </ul>
20</div>
Note: See TracBrowser for help on using the repository browser.