source: extensions/simple_themes/simple/template/notification.tpl @ 13556

Last change on this file since 13556 was 13556, checked in by plg, 12 years ago

import theme Simple version 2.5.1

  • refactor code for #titrePage and add the link to switch the menu
  • fixes for comments page
  • fixes for pages where the $MENUBAR is present
File size: 538 bytes
Line 
1{assign var='pagetitle' value='Notification'}
2{include file='pagetitle.tpl'}
3
4<div id="content">
5  {if isset($MENUBAR)}{$MENUBAR}{/if}
6  <p>{'The RSS notification feed provides notification on news from this
7  website : new photos, updated categories, new comments. Use a RSS feed
8  reader.'|@translate}</p>
9  <ul>
10    <li><a href="{$U_FEED_IMAGE_ONLY}">{'Photos only RSS feed'|@translate}</a></li>
11    <li><a href="{$U_FEED}">{'Complete RSS feed (photos, comments)'|@translate}</a></li>
12  </ul>
13  <div style="clear: both;"></div>
14</div>
Note: See TracBrowser for help on using the repository browser.