diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/mail/text/html/admin/cat_group_info.tpl | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/template/yoga/mail/text/html/admin/cat_group_info.tpl b/template/yoga/mail/text/html/admin/cat_group_info.tpl index 8d744746c..2c8c45d6a 100644 --- a/template/yoga/mail/text/html/admin/cat_group_info.tpl +++ b/template/yoga/mail/text/html/admin/cat_group_info.tpl @@ -1,9 +1,9 @@ -<!-- DEV TAG: not smarty migrated --> +{* $Id$ *} <div id="cat_group_info"> -<h2>{lang:Informations}</h2> -<p>{IMG_URL}</p> -<p>{lang:Hello,}</p> -<p>{lang:Come to discover the category:} <a href="{LINK}">{CAT_NAME}</a></p> -<p>{CPL_CONTENT}</p> -<p>{lang:See you soon.}</p> +<h2>{'Informations'|@translate}</h2> +<p>{$IMG_URL}</p> +<p>{'Hello,'|@translate}</p> +<p>{'Come to discover the category:'|@translate} <a href="{$LINK}">{$CAT_NAME}</a></p> +<p>{$CPL_CONTENT}</p> +<p>{'See you soon.'|@translate}</p> </div> |