From a050b0c3629c62a7a565d30bbc95a5a10b11ccdf Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Tue, 10 Sep 2013 19:21:56 +0200 Subject: [PATCH] remove # for smarty variable delimiter --- templates/admin/default/includes/generic-js-dialog.html | 2 +- templates/admin/default/includes/thelia_news_feed.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/admin/default/includes/generic-js-dialog.html b/templates/admin/default/includes/generic-js-dialog.html index f1be39f03..051aefd29 100644 --- a/templates/admin/default/includes/generic-js-dialog.html +++ b/templates/admin/default/includes/generic-js-dialog.html @@ -15,7 +15,7 @@ Parameters: {* re-display the form creation dialog if it contains errors *} {form name="{$form_name}"} - {if #form_error} + {if $form_error} $('#{$dialog_id}').modal(); {/if} {/form} diff --git a/templates/admin/default/includes/thelia_news_feed.html b/templates/admin/default/includes/thelia_news_feed.html index 8ef8e2528..6b957c426 100755 --- a/templates/admin/default/includes/thelia_news_feed.html +++ b/templates/admin/default/includes/thelia_news_feed.html @@ -3,8 +3,8 @@ {loop type="feed" name="thelia_feeds" url="http://thelia.net/Flux-rss.html?id_rubrique=8" limit="3"}

{$DATE}

-

{$TITLE|strip_tags}

+

{$TITLE|strip_tags}

{$DESCRIPTION|strip_tags|truncate:250:"...":true}

-

{intl l='Lire la suite »'}

+

{intl l='Lire la suite »'}

{/loop}