Ignore:
Timestamp:
Feb 28, 2008, 3:41:48 AM (16 years ago)
Author:
rvelices
Message:
  • migrate many templates to smarty
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/about.tpl

    r2222 r2223  
    1 <!-- DEV TAG: not smarty migrated -->
     1{* $Id$ *}
    22<div id="content">
    33  <div class="titrePage">
    44    <ul class="categoryActions">
    55      <li>
    6         <a href="{U_HOME}" title="{lang:return to homepage}">
    7           <img src="{themeconf:icon_dir}/home.png" class="button" alt="{lang:home}"/>
     6        <a href="{$U_HOME}" title="{'return to homepage'|@translate}">
     7          <img src="{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"/>
    88        </a>
    99      </li>
    1010    </ul>
    11     <h2>{lang:About}</h2>
     11    <h2>{'About'|@translate}</h2>
    1212  </div>
    1313  <ul>
    14   {ABOUT_MESSAGE}
    15   <!-- BEGIN theme -->
    16   <li>{theme.ABOUT}</li>
    17   <!-- END theme -->
     14  {$ABOUT_MESSAGE}
     15  {if isset($THEME_ABOUT) }
     16  <li>{$THEME_ABOUT}</li>
     17  {/if}
    1818  </ul>
    1919</div>
Note: See TracChangeset for help on using the changeset viewer.