Rev | Line | |
---|
[7989] | 1 | <div class="titrePage"> |
---|
[9134] | 2 | <div class="browsePath"> |
---|
[12960] | 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> |
---|
[9134] | 10 | </div> |
---|
[7989] | 11 | </div> |
---|
| 12 | <div id="content"> |
---|
[12960] | 13 | {if isset($MENUBAR)}{$MENUBAR}{/if} |
---|
| 14 | <div id="content_cell"> |
---|
[18640] | 15 | {include file='infos_errors.tpl'} |
---|
[12960] | 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> |
---|
[8503] | 29 | </div> |
---|
[12960] | 30 | <div style="clear: both;"></div> |
---|
[7989] | 31 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.