Last change
on this file since 11992 was
10824,
checked in by mistic100, 14 years ago
|
restore HOME links, change parameter name for remove menu on certain page
|
-
Property svn:eol-style set to
LF
|
File size:
652 bytes
|
Line | |
---|
1 | {if isset($MENUBAR)}{$MENUBAR}{/if} |
---|
2 | <div id="content" class="content"> |
---|
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 | <div id="piwigoAbout"> |
---|
12 | {$ABOUT_MESSAGE} |
---|
13 | {if isset($THEME_ABOUT) } |
---|
14 | <ul> |
---|
15 | <li>{$THEME_ABOUT}</li> |
---|
16 | </ul> |
---|
17 | {/if} |
---|
18 | {if not empty($about_msgs)} |
---|
19 | {foreach from=$about_msgs item=elt} |
---|
20 | {$elt} |
---|
21 | {/foreach} |
---|
22 | {/if} |
---|
23 | </div> |
---|
24 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.