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

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

restore HOME links, change parameter name for remove menu on certain page

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