Ignore:
Timestamp:
Mar 13, 2008, 2:43:45 AM (16 years ago)
Author:
rvelices
Message:
  • changes to template to accomodate nbm (solved issue when we had same template filename with different root dirs)
  • started some changes in mail templates
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/mail/text/html/admin/cat_group_info.tpl

    r2222 r2278  
    1 <!-- DEV TAG: not smarty migrated -->
     1{* $Id$ *}
    22<div id="cat_group_info">
    3 <h2>{lang:Informations}</h2>
    4 <p>{IMG_URL}</p>
    5 <p>{lang:Hello,}</p>
    6 <p>{lang:Come to discover the category:} <a href="{LINK}">{CAT_NAME}</a></p>
    7 <p>{CPL_CONTENT}</p>
    8 <p>{lang:See you soon.}</p>
     3<h2>{'Informations'|@translate}</h2>
     4<p>{$IMG_URL}</p>
     5<p>{'Hello,'|@translate}</p>
     6<p>{'Come to discover the category:'|@translate} <a href="{$LINK}">{$CAT_NAME}</a></p>
     7<p>{$CPL_CONTENT}</p>
     8<p>{'See you soon.'|@translate}</p>
    99</div>
Note: See TracChangeset for help on using the changeset viewer.