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

Last change on this file since 10812 was 10812, checked in by mistic100, 13 years ago

merge spread_menus to the core

  • Property svn:eol-style set to LF
File size: 859 bytes
RevLine 
[7474]1{html_head}
[8711]2<link rel="alternate" type="application/rss+xml" title="{'Photos only RSS feed'|@translate}" href="{$U_FEED_IMAGE_ONLY}"> 
3<link rel="alternate" type="application/rss+xml" title="{'Complete RSS feed (photos, comments)'|@translate}" href="{$U_FEED}"> 
[7474]4{/html_head}
[10812]5
6{if isset($MENUBAR)}{$MENUBAR}{/if}
[2352]7<div id="content" class="content">
[859]8
9  <div class="titrePage">
[10812]10    <ul class="categoryActions"></ul>
[2223]11    <h2>{'Notification'|@translate}</h2>
[859]12  </div>
13
[8711]14  <p>{'The RSS notification feed provides notification on news from this website : new photos, updated albums, new comments. Use a RSS feed reader.'|@translate}</p>
[859]15
[2677]16  <dl>
17    <dt>
[8711]18      <a href="{$U_FEED_IMAGE_ONLY}">{'Photos only RSS feed'|@translate}</a><br><br>
[2677]19    </dt>
20    <dt>
[8711]21      <a href="{$U_FEED}">{'Complete RSS feed (photos, comments)'|@translate}</a>
[2677]22    </dt>
23  </dl>
[859]24</div>
Note: See TracBrowser for help on using the repository browser.