source: extensions/Simple_Grey/about.tpl @ 4762

Last change on this file since 4762 was 4762, checked in by boulde, 14 years ago

change titrepage id to a class

File size: 323 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  <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.