Ignore:
Timestamp:
May 23, 2011, 10:28:38 PM (13 years ago)
Author:
grum
Message:

fix bug:2306 - Some translation keys are not correct

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/gally/gally-default/template/about.tpl

    r11024 r11025  
    44    <ul class="categoryActions">
    55      <li>
    6         <a id="icon_home" class="button" href="{$U_HOME}" title="{'return to homepage'|@translate}">         
     6        <a id="icon_home" class="button" href="{$U_HOME}" title="{'Home'|@translate}">
    77        </a>
    88      </li>
     
    1111  </div>
    1212  <div id="content2">
    13     <ul>
    14       {$ABOUT_MESSAGE}
    15       {if isset($THEME_ABOUT) }
    16       <li>{$THEME_ABOUT}</li>
    17       {/if}
    18     </ul>
     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}
    1924  </div>
    2025</div>
Note: See TracChangeset for help on using the changeset viewer.