Last change
on this file since 9274 was
9134,
checked in by Zaphod, 14 years ago
|
[extension] stripped - version 1.2.0
|
File size:
706 bytes
|
Line | |
---|
1 | {php} |
---|
2 | global $conf; |
---|
3 | $this->assign('LEVEL_SEPARATOR', $conf[ 'level_separator' ]); |
---|
4 | {/php} |
---|
5 | <div class="titrePage"> |
---|
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> |
---|
9 | </div> |
---|
10 | <div id="content"> |
---|
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.