From 9ba2f9b023e6b786deabe67249e23a7f86ae274b Mon Sep 17 00:00:00 2001 From: mMarinetti Date: Mon, 5 Dec 2011 13:45:24 +0000 Subject: [PATCH] // theme norm git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10910 b9a71923-0436-4b27-9f14-aed3839534dd --- themes/prestashop/order-opc.tpl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/themes/prestashop/order-opc.tpl b/themes/prestashop/order-opc.tpl index 94be8a6fa..5d168b835 100755 --- a/themes/prestashop/order-opc.tpl +++ b/themes/prestashop/order-opc.tpl @@ -26,7 +26,7 @@ {if $PS_CATALOG_MODE} {capture name=path}{l s='Your shopping cart'}{/capture} - {include file="$tpl_dir./breadcrumb.tpl"} + {include file="./breadcrumb.tpl"}

{l s='Your shopping cart'}

{l s='This store has not accepted your new order.'}

{else} @@ -79,25 +79,25 @@ {if $productNumber} - {include file="$tpl_dir./shopping-cart.tpl"} + {include file="./shopping-cart.tpl"} {if $isLogged AND !$isGuest} - {include file="$tpl_dir./order-address.tpl"} + {include file="./order-address.tpl"} {else} - {include file="$tpl_dir./order-opc-new-account.tpl"} + {include file="./order-opc-new-account.tpl"} {/if} - {include file="$tpl_dir./order-carrier.tpl"} + {include file="./order-carrier.tpl"} - {include file="$tpl_dir./order-payment.tpl"} + {include file="./order-payment.tpl"} {else} {capture name=path}{l s='Your shopping cart'}{/capture} - {include file="$tpl_dir./breadcrumb.tpl"} + {include file="./breadcrumb.tpl"}

{l s='Your shopping cart'}

{l s='Your shopping cart is empty.'}

{/if}