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

Last change on this file since 8503 was 8503, checked in by Zaphod, 13 years ago
File size: 370 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        <div id="piwigoAbout">
9                {$ABOUT_MESSAGE}
10                {if isset($THEME_ABOUT) }
11                        <ul>
12                                <li>{$THEME_ABOUT}</li>
13                        </ul>
14                {/if}
15        </div>
16</div>
Note: See TracBrowser for help on using the repository browser.