Last change
on this file since 20041 was
13556,
checked in by plg, 13 years ago
|
import theme Simple version 2.5.1
- refactor code for #titrePage and add the link to switch the menu
- fixes for comments page
- fixes for pages where the $MENUBAR is present
|
File size:
366 bytes
|
Line | |
---|
1 | {assign var='pagetitle' value='About'} |
---|
2 | {include file='pagetitle.tpl'} |
---|
3 | |
---|
4 | <div id="content"> |
---|
5 | {if isset($MENUBAR)}{$MENUBAR}{/if} |
---|
6 | {$ABOUT_MESSAGE} |
---|
7 | {if isset($THEME_ABOUT) } |
---|
8 | <ul> |
---|
9 | <li>{$THEME_ABOUT}</li> |
---|
10 | </ul> |
---|
11 | {/if} |
---|
12 | {if not empty($about_msgs)} |
---|
13 | {foreach from=$about_msgs item=elt} |
---|
14 | {$elt} |
---|
15 | {/foreach} |
---|
16 | {/if} |
---|
17 | <div style="clear: both;"></div> |
---|
18 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.