source: trunk/themes/default/template/notification.tpl @ 7467

Last change on this file since 7467 was 7467, checked in by Gotcha, 13 years ago

Merge r7466 from br2.1 to trunk

  • Property svn:eol-style set to LF
File size: 712 bytes
Line 
1<div id="content" class="content">
2
3  <div class="titrePage">
4    <ul class="categoryActions">
5      <li><a href="{$U_HOME}" title="{'Home'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/home.png" class="button" alt="{'Home'|@translate}"></a></li>
6    </ul>
7    <h2>{'Notification'|@translate}</h2>
8  </div>
9
10  <p>{'The RSS notification feed provides notification on news from this website : new pictures, updated albums, new comments. Use a RSS feed reader.'|@translate}</p>
11
12  <dl>
13    <dt>
14      <a href="{$U_FEED_IMAGE_ONLY}">{'Image only RSS feed'|@translate}</a><br><br>
15    </dt>
16    <dt>
17      <a href="{$U_FEED}">{'Complete RSS feed (images, comments)'|@translate}</a>
18    </dt>
19  </dl>
20</div>
Note: See TracBrowser for help on using the repository browser.