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

Last change on this file since 6669 was 6669, checked in by rvelices, 14 years ago

merge r6668 from trunk

  • removed function get_extra_fields and its usage (unnecessary + perf issue when retrieving many image ids in a section)
  • 2 fixes recent feed.php commit
    • month names were decalated by one
    • strptime function is not implemented under Windows in php
  • added somme missing $ROOT_URL in templates
  • Property svn:eol-style set to LF
File size: 989 bytes
Line 
1{html_head}
2<link rel="alternate" type="application/rss+xml" title="{'Image only RSS feed'|@translate}" href="{$U_FEED_IMAGE_ONLY}">
3<link rel="alternate" type="application/rss+xml" title="{'Complete RSS feed (images, comments)'|@translate}" href="{$U_FEED}">
4{/html_head}
5<div id="content" class="content">
6
7  <div class="titrePage">
8    <ul class="categoryActions">
9      <li><a href="{$U_HOME}" title="{'Home'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/home.png" class="button" alt="{'Home'|@translate}"></a></li>
10    </ul>
11    <h2>{'Notification'|@translate}</h2>
12  </div>
13
14  <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>
15
16  <dl>
17    <dt>
18      <a href="{$U_FEED_IMAGE_ONLY}">{'Image only RSS feed'|@translate}</a><br><br>
19    </dt>
20    <dt>
21      <a href="{$U_FEED}">{'Complete RSS feed (images, comments)'|@translate}</a>
22    </dt>
23  </dl>
24</div>
Note: See TracBrowser for help on using the repository browser.