source: trunk/template/yoga/notification.tpl @ 2656

Last change on this file since 2656 was 2446, checked in by rvelices, 16 years ago
  • remove admin :hover css rule (bouncing thumbnails in caddie FF)
  • move some code from notification.php to notification.tpl
  • remove some unused variables from picture.php
  • make random.php work even if top_number is a lot (some issues solved with url length)
  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 911 bytes
Line 
1{* $Id: notification.tpl 2446 2008-07-22 01:29:38Z rvelices $ *}
2{html_head}
3<link rel="alternate" type="application/rss+xml" title="{'Image only RSS feed'|@translate}" href="{$U_FEED_IMAGE_ONLY}">
4<link rel="alternate" type="application/rss+xml" title="{'Complete RSS feed'|@translate}" href="{$U_FEED}">
5{/html_head}
6<div id="content" class="content">
7
8  <div class="titrePage">
9    <ul class="categoryActions">
10      <li><a href="{$U_HOME}" title="{'return to homepage'|@translate}"><img src="{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"/></a></li>
11    </ul>
12    <h2>{'Notification'|@translate}</h2>
13  </div>
14
15  <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>
16
17  <p><a href="{$U_FEED_IMAGE_ONLY}">{'Image only RSS feed'|@translate}</a></p>
18  <p><a href="{$U_FEED}">{'Complete RSS feed'|@translate}</a></p>
19</div>
Note: See TracBrowser for help on using the repository browser.