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

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

import theme Simple version 2.4

compatibility with piwigo 2.2:

  • update template, language strings + misc things
  • use rating and core.scripts from default theme
  • cleanup useless javascript stuff
  • use new combined_css feature - thanks to P@t
  • replace known_script with combine_script
File size: 414 bytes
Line 
1<div class="titrePage">
2  <ul class="categoryActions">
3    <li><a href="{$U_HOME}" title="{'Home'|@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  {if not empty($about_msgs)}
15    {foreach from=$about_msgs item=elt}
16    {$elt}
17    {/foreach}
18  {/if}
19</div>
Note: See TracBrowser for help on using the repository browser.