source: extensions/gally/piwigo-2.0/notification.tpl @ 8528

Last change on this file since 8528 was 4446, checked in by grum, 14 years ago

[Template:Gally] Add template to subversion

  • Property svn:executable set to *
File size: 1.0 KB
Line 
1<!-- **GBL** >NOTIFICATION> -->
2
3{html_head}
4<link rel="alternate" type="application/rss+xml" title="{'Image only RSS feed'|@translate}" href="{$U_FEED_IMAGE_ONLY}">
5<link rel="alternate" type="application/rss+xml" title="{'Complete RSS feed'|@translate}" href="{$U_FEED}">
6{/html_head}
7<div id="content" class="content">
8
9  <div class="titrePage">
10    <ul class="categoryActions">
11      <li><a id="icon_home" class="button" href="{$U_HOME}" title="{'return to homepage'|@translate}"><!--<img src="{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"/>--></a></li>
12    </ul>
13    <h2>{'Notification'|@translate}</h2>
14  </div>
15
16  <div id="content2">
17    <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>
18
19    <p><a href="{$U_FEED_IMAGE_ONLY}">{'Image only RSS feed'|@translate}</a></p>
20    <p><a href="{$U_FEED}">{'Complete RSS feed'|@translate}</a></p>
21  </div>
22</div>
23
24<!-- **GBL** <NOTIFICATION< -->
Note: See TracBrowser for help on using the repository browser.