source: extensions/stripped/template/about.tpl @ 14687

Last change on this file since 14687 was 14687, checked in by Zaphod, 12 years ago

version 2.2.0.beta2 for Piwigo 2.4

File size: 754 bytes
Line 
1<div class="titrePage">
2        <div class="browsePath">
3                <h2>
4                        {if isset($MENUBAR)}
5                                <span id="menuswitcher" title="{'Show/hide menu'|@translate}">{'Menu'|@translate}</span><span class="arrow"> »</span>
6                        {/if}
7                        <a href="{$U_HOME}">{'Home'|@translate}</a>
8                        {$LEVEL_SEPARATOR}{'About'|@translate}
9                </h2>
10        </div>
11</div>
12<div id="content">
13        {if isset($MENUBAR)}{$MENUBAR}{/if}
14        <div id="content_cell">
15                <div id="piwigoAbout" class="content_block">
16                        {$ABOUT_MESSAGE}
17                        {if isset($THEME_ABOUT) }
18                                <ul>
19                                        <li>{$THEME_ABOUT}</li>
20                                </ul>
21                        {/if}
22                        {if not empty($about_msgs)}
23                                {foreach from=$about_msgs item=elt}
24                                        {$elt}
25                                {/foreach}
26                        {/if}
27                </div>
28        </div>
29        <div style="clear: both;"></div>
30</div>
Note: See TracBrowser for help on using the repository browser.