source: extensions/Simple_Grey/notification.tpl @ 4819

Last change on this file since 4819 was 4762, checked in by boulde, 14 years ago

change titrepage id to a class

File size: 573 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'|@translate}</a></li>
12  </ul>
13</div>
Note: See TracBrowser for help on using the repository browser.