Ignore:
Timestamp:
Feb 9, 2011, 9:17:48 PM (13 years ago)
Author:
Zaphod
Message:

[extension] stripped - version 1.2.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped/template/notification.tpl

    r7989 r9134  
     1{php}
     2        global $conf;
     3        $this->assign('LEVEL_SEPARATOR', $conf[ 'level_separator' ]);
     4{/php}
    15<div class="titrePage">
    2   <ul class="categoryActions">
    3     <li><a href="{$U_HOME}" title="{'return to homepage'|@translate}">{'Home'|@translate}</a></li>
    4   </ul>
    5   <h2>{'Notification'|@translate}</h2>
     6        <div class="browsePath">
     7                <h2><a href="{$U_HOME}" title="{'Go through the gallery as a visitor'|@translate}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{'Notification'|@translate}</h2>
     8        </div>
    69</div>
    710<div id="content">
    8   <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>
    9   <ul>
    10     <li><a href="{$U_FEED_IMAGE_ONLY}">{'Image only RSS feed'|@translate}</a></li>
    11     <li><a href="{$U_FEED}">{'Complete RSS feed (images, comments)'|@translate}</a></li>
    12   </ul>
     11        <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>
     12        <ul>
     13                <li><a href="{$U_FEED_IMAGE_ONLY}">{'Image only RSS feed'|@translate}</a></li>
     14                <li><a href="{$U_FEED}">{'Complete RSS feed (images, comments)'|@translate}</a></li>
     15        </ul>
    1316</div>
Note: See TracChangeset for help on using the changeset viewer.