diff --git a/templates/frontOffice/boutique/layout.tpl.BKP b/templates/frontOffice/boutique/layout_prod.tpl similarity index 87% rename from templates/frontOffice/boutique/layout.tpl.BKP rename to templates/frontOffice/boutique/layout_prod.tpl index 291bc49f..9ae43b76 100644 --- a/templates/frontOffice/boutique/layout.tpl.BKP +++ b/templates/frontOffice/boutique/layout_prod.tpl @@ -20,7 +20,7 @@ GNU General Public License : http://www.gnu.org/licenses/ {* Declare assets directory, relative to template base directory *} {declare_assets directory='assets/src'} {* Set the default translation domain, that will be used by {intl} when the 'd' parameter is not set *} -{default_translation_domain domain='fo.BoutiqueFanny'} +{default_translation_domain domain='fo.boutique'} {* -- Define some stuff for Smarty ------------------------------------------ *} {config_load file='variables.conf'} @@ -56,7 +56,7 @@ GNU General Public License : http://www.gnu.org/licenses/ {/block} - {stylesheets file='assets/src/less/thelia.less' filters='less'} + {stylesheets file='assets/dist/css/thelia.min.css'} {/stylesheets} {* @@ -140,9 +140,9 @@ GNU General Public License : http://www.gnu.org/licenses/

- {$image = {image file='assets/dist/img/logo.png' failsafe=true}} + {$image = {image file='assets/src/img/logo.png' failsafe=true}} {if $image == null} - {$image = {image file='assets/dist/img/logo.gif' failsafe=true}} + {$image = {image file='assets/src/img/logo.gif' failsafe=true}} {/if} {$store_name} @@ -187,8 +187,8 @@ GNU General Public License : http://www.gnu.org/licenses/ {intl l="Secure payment"} {intl l="Multi-payment platform"}

- - {intl l="Need help ?"} {intl l="Questions ? See our F.A.Q."} + + {intl l="Composition"} {intl l="Composez vos coffrets"}
@@ -231,24 +231,6 @@ GNU General Public License : http://www.gnu.org/licenses/ {/ifhook} {elsehook rel="main.footer-bottom"} - {/elsehook} @@ -294,7 +276,7 @@ GNU General Public License : http://www.gnu.org/licenses/ {block name="javascript-initialization"}{/block} - + {hook name="main.body-bottom"}