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/about.tpl

    r9134 r12960  
    55<div class="titrePage">
    66        <div class="browsePath">
    7                 <h2><a href="{$U_HOME}" title="{'return to homepage'|@translate}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{'About'|@translate}</h2>
     7                <h2>
     8                        {if isset($MENUBAR)}
     9                                <span id="menuswitcher" title="{'Show/hide menu'|@translate}">{'Menu'|@translate}</span><span class="arrow"> »</span>
     10                        {/if}
     11                        <a href="{$U_HOME}">{'Home'|@translate}</a>
     12                        {$LEVEL_SEPARATOR}{'About'|@translate}
     13                </h2>
    814        </div>
    915</div>
    1016<div id="content">
    11         <div id="piwigoAbout">
    12                 {$ABOUT_MESSAGE}
    13                 {if isset($THEME_ABOUT) }
    14                         <ul>
    15                                 <li>{$THEME_ABOUT}</li>
    16                         </ul>
    17                 {/if}
     17        {if isset($MENUBAR)}{$MENUBAR}{/if}
     18        <div id="content_cell">
     19                <div id="piwigoAbout" class="content_block">
     20                        {$ABOUT_MESSAGE}
     21                        {if isset($THEME_ABOUT) }
     22                                <ul>
     23                                        <li>{$THEME_ABOUT}</li>
     24                                </ul>
     25                        {/if}
     26                        {if not empty($about_msgs)}
     27                                {foreach from=$about_msgs item=elt}
     28                                        {$elt}
     29                                {/foreach}
     30                        {/if}
     31                </div>
    1832        </div>
     33        <div style="clear: both;"></div>
    1934</div>
Note: See TracChangeset for help on using the changeset viewer.