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

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

[extension] stripped - version 1.2.0

File size: 706 bytes
RevLine 
[9134]1{php}
2        global $conf;
3        $this->assign('LEVEL_SEPARATOR', $conf[ 'level_separator' ]);
4{/php}
[7989]5<div class="titrePage">
[9134]6        <div class="browsePath">
7                <h2><a href="{$U_HOME}" title="{'Go through the gallery as a visitor'|@translate}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{'Notification'|@translate}</h2>
8        </div>
[7989]9</div>
10<div id="content">
[9134]11        <p>{'The RSS notification feed provides notification on news from this website : new pictures, updated categories, new comments. Use a RSS feed reader.'|@translate}</p>
12        <ul>
13                <li><a href="{$U_FEED_IMAGE_ONLY}">{'Image only RSS feed'|@translate}</a></li>
14                <li><a href="{$U_FEED}">{'Complete RSS feed (images, comments)'|@translate}</a></li>
15        </ul>
16</div>
Note: See TracBrowser for help on using the repository browser.