source: extensions/stripped/template/about.tpl @ 7989

Last change on this file since 7989 was 7989, checked in by Zaphod, 13 years ago

[extension] stripped - first release

File size: 338 bytes
Line 
1<div class="titrePage">
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  {$ABOUT_MESSAGE}
9  {if isset($THEME_ABOUT) }
10  <ul>
11   <li>{$THEME_ABOUT}</li>
12  </ul>
13  {/if}
14</div>
Note: See TracBrowser for help on using the repository browser.