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

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

[extension] stripped - first release

File size: 605 bytes
Line 
1<div class="titrePage">
2  <ul class="categoryActions">
3    <li><a href="{$U_HOME}" title="{'return to homepage'|@translate}">{'Home'|@translate}</a></li>
4  </ul>
5  <h2>{'Notification'|@translate}</h2>
6</div>
7<div id="content">
8  <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>
9  <ul>
10    <li><a href="{$U_FEED_IMAGE_ONLY}">{'Image only RSS feed'|@translate}</a></li>
11    <li><a href="{$U_FEED}">{'Complete RSS feed (images, comments)'|@translate}</a></li>
12  </ul>
13</div>
Note: See TracBrowser for help on using the repository browser.