source: extensions/floOs/notification.tpl @ 3334

Last change on this file since 3334 was 3334, checked in by flop25, 15 years ago

first commit

File size: 727 bytes
Line 
1{* $Id: notification.tpl 2352 2008-05-20 00:27:26Z patdenice $ *}
2<div id="content" class="content">
3
4  <div class="titrePage">
5    <ul class="categoryActions">
6      <li><a href="{$U_HOME}" title="{'return to homepage'|@translate}"><img src="{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"/></a></li>
7    </ul>
8    <h2>{'Notification'|@translate}</h2>
9  </div>
10
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
13  <p><a href="{$U_FEED_IMAGE_ONLY}">{'Image only RSS feed'|@translate}</a></p>
14  <p><a href="{$U_FEED}">{'Complete RSS feed'|@translate}</a></p>
15</div>
Note: See TracBrowser for help on using the repository browser.