Ignore:
Timestamp:
Jan 28, 2012, 6:45:06 PM (12 years ago)
Author:
Zaphod
Message:

version 2.1.0

File:
1 edited

Legend:

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

    r9960 r12960  
    99<div class="titrePage">
    1010        <div class="browsePath">
    11                 <h2><a href="{$U_HOME}" title="{'Go through the gallery as a visitor'|@translate}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{'Notification'|@translate}</h2>
     11                <h2>
     12                        {if isset($MENUBAR)}
     13                                <span id="menuswitcher" title="{'Show/hide menu'|@translate}">{'Menu'|@translate}</span><span class="arrow"> »</span>
     14                        {/if}
     15                        <a href="{$U_HOME}">{'Home'|@translate}</a>
     16                        {$LEVEL_SEPARATOR}{'Notification'|@translate}
     17                </h2>
    1218        </div>
    1319</div>
    1420<div id="content">
    15         <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>
    16         <ul>
    17                 <li><a href="{$U_FEED_IMAGE_ONLY}">{'Photos only RSS feed'|@translate}</a></li>
    18                 <li><a href="{$U_FEED}">{'Complete RSS feed (photos, comments)'|@translate}</a></li>
    19         </ul>
     21        {if isset($MENUBAR)}{$MENUBAR}{/if}
     22        <div id="content_cell">
     23                <div class="content_block notification">
     24                        <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>
     25                        <ul>
     26                                <li><a href="{$U_FEED_IMAGE_ONLY}">{'Photos only RSS feed'|@translate}</a></li>
     27                                <li><a href="{$U_FEED}">{'Complete RSS feed (photos, comments)'|@translate}</a></li>
     28                        </ul>
     29                </div>
     30        </div>
    2031</div>
Note: See TracChangeset for help on using the changeset viewer.