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

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

import theme Simple version 2.4.3

  • add a #Tags id for tags list, for the user tags plugin
  • use inline-block instead of float left for thumbnails ans categories
  • print css: re-enable it in the header + improve it
  • update README + add debugging mode in themeconf
  • language strings
  • new script to tag a new version and generate a zip archive
File size: 577 bytes
Line 
1<div class="titrePage">
2  <ul class="categoryActions">
3    <li><a href="{$U_HOME}" title="{'Home'|@translate}">{'Home'|@translate}</a></li>
4  </ul>
5  <h2>{'Notification'|@translate}</h2>
6</div>
7<div id="content">
8  <p>{'The RSS notification feed provides notification on news from this website : new photos, updated categories, new comments. Use a RSS feed 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>
Note: See TracBrowser for help on using the repository browser.