source: trunk/template/yoga/notification.tpl @ 2316

Last change on this file since 2316 was 2223, checked in by rvelices, 17 years ago
  • migrate many templates to smarty
  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 641 bytes
Line 
1{* $Id: notification.tpl 2223 2008-02-28 02:41:48Z rvelices $ *}
2<div id="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.