source: extensions/gally/gally-default/template/about.tpl @ 11025

Last change on this file since 11025 was 11025, checked in by grum, 13 years ago

fix bug:2306 - Some translation keys are not correct

  • Property svn:executable set to *
File size: 559 bytes
Line 
1<!-- **GBL** >ABOUT> -->
2<div id="content" class="content">
3  <div class="titrePage">
4    <ul class="categoryActions">
5      <li>
6        <a id="icon_home" class="button" href="{$U_HOME}" title="{'Home'|@translate}">
7        </a>
8      </li>
9    </ul>
10    <h2>{'About'|@translate}</h2>
11  </div>
12  <div id="content2">
13  {$ABOUT_MESSAGE}
14  {if isset($THEME_ABOUT) }
15  <ul>
16   <li>{$THEME_ABOUT}</li>
17  </ul>
18  {/if}
19  {if not empty($about_msgs)}
20    {foreach from=$about_msgs item=elt}
21    {$elt}
22    {/foreach}
23  {/if}
24  </div>
25</div>
26<!-- **GBL** <ABOUT< -->
Note: See TracBrowser for help on using the repository browser.