source:
extensions/Simple_Grey/about.tpl
@
4974
Last change on this file since 4974 was 4762, checked in by , 15 years ago | |
---|---|
File size: 323 bytes |
Rev | Line | |
---|---|---|
[4762] | 1 | <div class="titrePage"> |
[4456] | 2 | <ul class="categoryActions"> |
3 | <li><a href="{$U_HOME}" title="{'return to homepage'|@translate}">{'home'|@translate}</a></li> | |
4 | </ul> | |
5 | <h2>{'About'|@translate}</h2> | |
6 | </div> | |
7 | <div id="content"> | |
8 | <ul> | |
9 | {$ABOUT_MESSAGE} | |
10 | {if isset($THEME_ABOUT) } | |
11 | <li>{$THEME_ABOUT}</li> | |
12 | {/if} | |
13 | </ul> | |
14 | </div> |
Note: See TracBrowser
for help on using the repository browser.