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 | {include file='infos_errors.tpl'} |
---|
16 | <div id="piwigoAbout" class="content_block"> |
---|
17 | {$ABOUT_MESSAGE} |
---|
18 | {if isset($THEME_ABOUT) } |
---|
19 | <ul> |
---|
20 | <li>{$THEME_ABOUT}</li> |
---|
21 | </ul> |
---|
22 | {/if} |
---|
23 | {if not empty($about_msgs)} |
---|
24 | {foreach from=$about_msgs item=elt} |
---|
25 | {$elt} |
---|
26 | {/foreach} |
---|
27 | {/if} |
---|
28 | </div> |
---|
29 | </div> |
---|
30 | <div style="clear: both;"></div> |
---|
31 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.