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

Last change on this file since 8711 was 8711, checked in by rvelices, 13 years ago

feature 2102 : rename item/image/picture to photo (public side)

  • Property svn:eol-style set to LF
File size: 1.0 KB
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<div id="content" class="content">
6
7  <div class="titrePage">
8    <ul class="categoryActions">
9                <li><a href="{$U_HOME}" title="{'Home'|@translate}" class="pwg-state-default pwg-button">
10                        <span class="pwg-icon pwg-icon-home">&nbsp;</span><span class="pwg-button-text">{'Home'|@translate}</span>
11                </a></li>
12    </ul>
13    <h2>{'Notification'|@translate}</h2>
14  </div>
15
16  <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>
17
18  <dl>
19    <dt>
20      <a href="{$U_FEED_IMAGE_ONLY}">{'Photos only RSS feed'|@translate}</a><br><br>
21    </dt>
22    <dt>
23      <a href="{$U_FEED}">{'Complete RSS feed (photos, comments)'|@translate}</a>
24    </dt>
25  </dl>
26</div>
Note: See TracBrowser for help on using the repository browser.