From 5ab3d4fb88a8d9e509f043597923e1899c54a445 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Tue, 10 Sep 2013 16:54:13 +0200 Subject: [PATCH] replace smarty variable identifier by $ --- templates/admin/default/variable-edit.html | 2 +- templates/default/index.html | 36 ++++++------ templates/default/layout.tpl | 6 +- templates/default/login.html | 2 +- templates/default_save/address.html | 4 +- templates/default_save/address_edit.html | 4 +- templates/default_save/address_list.html | 2 +- templates/default_save/cart.html | 4 +- templates/default_save/category.html | 66 +++++++++++----------- templates/default_save/connexion.html | 10 ++-- templates/default_save/customer.html | 52 ++++++++--------- templates/default_save/delivery_list.html | 6 +- templates/default_save/folder.html | 12 ++-- templates/default_save/images.html | 66 +++++++++++----------- templates/default_save/included.html | 12 ++-- templates/default_save/login.html | 4 +- templates/default_save/pagination.html | 38 ++++++------- templates/default_save/product.html | 40 ++++++------- templates/default_save/tester.html | 4 +- 19 files changed, 185 insertions(+), 185 deletions(-) diff --git a/templates/admin/default/variable-edit.html b/templates/admin/default/variable-edit.html index 5bccab1cd..ea2701f66 100644 --- a/templates/admin/default/variable-edit.html +++ b/templates/admin/default/variable-edit.html @@ -56,7 +56,7 @@ {/form_field} - {if #form_error}
#form_error_message
{/if} + {if $form_error}
{$form_error_message}
{/if} {form_field form=$form field='name'}
diff --git a/templates/default/index.html b/templates/default/index.html index 2c0657dd9..bdf18cec8 100644 --- a/templates/default/index.html +++ b/templates/default/index.html @@ -39,23 +39,23 @@ - - -

{#TITLE}

-
{#CHAPO}
+
+

{$TITLE}

+
{$CHAPO}
@@ -68,7 +68,7 @@ preorder : http://schema.org/PreOrder online_only : http://schema.org/OnlineOnly --> - {currency attr="symbol"} {format_number number="{#BEST_TAXED_PRICE}"} + {currency attr="symbol"} {format_number number="{$BEST_TAXED_PRICE}"}
@@ -97,22 +97,22 @@ -
@@ -126,9 +126,9 @@ preorder : http://schema.org/PreOrder online_only : http://schema.org/OnlineOnly --> - {loop name="productSaleElements_promo" type="product_sale_elements" product="{#ID}" limit="1"} - {intl l="Special Price:"} {format_number number="{#TAXED_PROMO_PRICE}"} {currency attr="symbol"} - {intl l="Regular Price:"} {format_number number="{#TAXED_PRICE}"} {currency attr="symbol"} + {loop name="productSaleElements_promo" type="product_sale_elements" product="{$ID}" limit="1"} + {intl l="Special Price:"} {format_number number="{$TAXED_PROMO_PRICE}"} {currency attr="symbol"} + {intl l="Regular Price:"} {format_number number="{$TAXED_PRICE}"} {currency attr="symbol"} {/loop}
diff --git a/templates/default/layout.tpl b/templates/default/layout.tpl index e89c7eb81..8cd5d0129 100644 --- a/templates/default/layout.tpl +++ b/templates/default/layout.tpl @@ -80,7 +80,7 @@ URL: http://www.thelia.net {loop type="category" name="category.navigation" parent="0" limit="3"} -
  • {#TITLE}
  • +
  • {$TITLE}
  • {/loop}