source: extensions/stripped_responsive/template/about.tpl @ 29453

Last change on this file since 29453 was 29453, checked in by JanisV, 10 years ago

Removed unused elements

  • Property svn:executable set to *
File size: 784 bytes
Line 
1<div class="titrePage">
2        <div class="browsePath">
3                <h2>
4                        <a href="{$U_HOME}">{'Home'|@translate}</a>
5                        {$LEVEL_SEPARATOR}{'About'|@translate}
6                </h2>
7        </div>
8</div>
9<div id="content">
10    {if !$stripped_responsive.menuOnRight}
11          {if isset($MENUBAR)}{$MENUBAR}{/if}
12    {/if}
13        <div id="content_cell">
14                {include file='infos_errors.tpl'}
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    {if $stripped_responsive.menuOnRight}
30          {if isset($MENUBAR)}{$MENUBAR}{/if}
31    {/if}
32        <div style="clear: both;"></div>
33</div>
Note: See TracBrowser for help on using the repository browser.