source: branches/gettext/themes/default/template/about.tpl @ 5167

Last change on this file since 5167 was 5167, checked in by nikrou, 14 years ago

Feature 1451 :

  • improve speed to generate pages when locales is not present on system
  • default domain in now piwigo
  • each plugin can have is own domain ({'...'|@translate:my_plugin})
  • Property svn:eol-style set to LF
File size: 451 bytes
Line 
1<div id="content" class="content">
2  <div class="titrePage">
3    <ul class="categoryActions">
4      <li>
5        <a href="{$U_HOME}" title="{'return to homepage'|@translate}">
6          <img src="{$themeconf.icon_dir}/home.png" class="button" alt="{'Home'|@translate}">
7        </a>
8      </li>
9    </ul>
10    <h2>{'About'|@translate}</h2>
11  </div>
12  <ul>
13  {$ABOUT_MESSAGE}
14  {if isset($THEME_ABOUT) }
15  <li>{$THEME_ABOUT}</li>
16  {/if}
17  </ul>
18</div>
Note: See TracBrowser for help on using the repository browser.