Last change
on this file since 13918 was
12878,
checked in by rvelices, 13 years ago
|
bug 2553 hide menubar/register on indentification page if gallery is locked or guest_access is false
|
-
Property svn:eol-style set to
LF
|
File size:
735 bytes
|
Line | |
---|
1 | {if isset($MENUBAR)}{$MENUBAR}{/if} |
---|
2 | <div id="content" class="content{if isset($MENUBAR)} contentWithMenu{/if}"> |
---|
3 | <div class="titrePage"> |
---|
4 | <ul class="categoryActions"> |
---|
5 | <li><a href="{$U_HOME}" title="{'Home'|@translate}" class="pwg-state-default pwg-button"> |
---|
6 | <span class="pwg-icon pwg-icon-home"> </span><span class="pwg-button-text">{'Home'|@translate}</span> |
---|
7 | </a></li> |
---|
8 | </ul> |
---|
9 | <h2>{'About'|@translate}</h2> |
---|
10 | </div> |
---|
11 | |
---|
12 | {include file='infos_errors.tpl'} |
---|
13 | |
---|
14 | <div id="piwigoAbout"> |
---|
15 | {$ABOUT_MESSAGE} |
---|
16 | {if isset($THEME_ABOUT) } |
---|
17 | <ul> |
---|
18 | <li>{$THEME_ABOUT}</li> |
---|
19 | </ul> |
---|
20 | {/if} |
---|
21 | {if not empty($about_msgs)} |
---|
22 | {foreach from=$about_msgs item=elt} |
---|
23 | {$elt} |
---|
24 | {/foreach} |
---|
25 | {/if} |
---|
26 | </div> |
---|
27 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.