Rev | Line | |
---|
[18811] | 1 | {$MENUBAR} |
---|
| 2 | <div id="content" class="content{if isset($MENUBAR)} contentWithMenu{/if}"> |
---|
| 3 | <div id="infoBlock"> |
---|
| 4 | <div class="titrePage"> |
---|
| 5 | <ul class="categoryActions"> |
---|
| 6 | <li><a href="{$U_HOME}" title="{'Home'|@translate}" class="pwg-state-default pwg-button"> |
---|
| 7 | <span class="pwg-icon pwg-icon-home"> </span><span class="pwg-button-text">{'Home'|@translate}</span> |
---|
| 8 | </a></li> |
---|
| 9 | </ul> |
---|
| 10 | <h2>{'About'|@translate}</h2> |
---|
| 11 | </div> |
---|
| 12 | </div> |
---|
| 13 | <div id="piwigoAbout"> |
---|
| 14 | {$ABOUT_MESSAGE} |
---|
| 15 | {if isset($THEME_ABOUT) } |
---|
| 16 | <ul> |
---|
| 17 | <li>{$THEME_ABOUT}</li> |
---|
| 18 | </ul> |
---|
| 19 | {/if} |
---|
| 20 | {if not empty($about_msgs)} |
---|
| 21 | {foreach from=$about_msgs item=elt} |
---|
| 22 | {$elt} |
---|
| 23 | {/foreach} |
---|
| 24 | {/if} |
---|
| 25 | </div> |
---|
| 26 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.