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
Line 
1{html_head}
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}"> 
4{/html_head}
5
6{if isset($MENUBAR)}{$MENUBAR}{/if}
7<div id="content" class="content">
8
9  <div class="titrePage">
10    <ul class="categoryActions"></ul>
11    <h2>{'Notification'|@translate}</h2>
12  </div>
13
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>
15
16  <dl>
17    <dt>
18      <a href="{$U_FEED_IMAGE_ONLY}">{'Photos only RSS feed'|@translate}</a><br><br>
19    </dt>
20    <dt>
21      <a href="{$U_FEED}">{'Complete RSS feed (photos, comments)'|@translate}</a>
22    </dt>
23  </dl>
24</div>
Note: See TracBrowser for help on using the repository browser.