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/notification.tpl

    r2222 r2223  
    1 <!-- DEV TAG: not smarty migrated -->
     1{* $Id$ *}
    22<div id="content">
    33
    44  <div class="titrePage">
    55    <ul class="categoryActions">
    6       <li><a href="{U_HOME}" title="{lang:return to homepage}"><img src="{themeconf:icon_dir}/home.png" class="button" alt="{lang:home}"/></a></li>
     6      <li><a href="{$U_HOME}" title="{'return to homepage'|@translate}"><img src="{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"/></a></li>
    77    </ul>
    8     <h2>{lang:Notification}</h2>
     8    <h2>{'Notification'|@translate}</h2>
    99  </div>
    1010
    11   <p>{lang:The RSS notification feed provides notification on news from this website : new pictures, updated categories, new comments. Use a RSS feed reader.}</p>
     11  <p>{'The RSS notification feed provides notification on news from this website : new pictures, updated categories, new comments. Use a RSS feed reader.'|@translate}</p>
    1212
    13   <p><a href="{U_FEED_IMAGE_ONLY}">{lang:Image only RSS feed}</a></p>
    14   <p><a href="{U_FEED}">{lang:Complete RSS feed}</a></p>
     13  <p><a href="{$U_FEED_IMAGE_ONLY}">{'Image only RSS feed'|@translate}</a></p>
     14  <p><a href="{$U_FEED}">{'Complete RSS feed'|@translate}</a></p>
    1515</div>
Note: See TracChangeset for help on using the changeset viewer.