source: extensions/simple_themes/simple/template/about.tpl @ 13546

Last change on this file since 13546 was 13546, checked in by plg, 12 years ago

import theme Simple, version 2.0

  • adaptation of the theme for Piwigo 2.1
File size: 324 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.