source: branches/2.1/themes/default/template/notification.tpl @ 7466

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

Add an RSS feed in the header. Same as notification.php
Remove the header insertion in notification.tpl
Thanks to Boulde.
bug:1957

  • Property svn:eol-style set to LF
File size: 716 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 categories, 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.