//small fix #310dbaaf2492042953c5e65ffb7fa1c6afd0b0a8

This commit is contained in:
vAugagneur
2012-12-12 16:24:35 +01:00
parent b1b42dc8e6
commit 7e95ccb76c
+7 -5
View File
@@ -73,16 +73,18 @@
{include file="$tpl_dir./breadcrumb.tpl"}
{/if}
{if !$opc}
<h1>{l s='Shipping'}</h1>
{else}
<h2><span>2</span> {l s='Delivery methods'}</h2>
{/if}
{if !$opc}
<div id="carrier_area">
{else}
<div id="carrier_area" class="opc-main-block">
{/if}
{if !$opc}
<h1>{l s='Shipping'}</h1>
{else}
<h2><span>2</span> {l s='Delivery methods'}</h2>
{/if}
{if !$opc}
{assign var='current_step' value='shipping'}
{include file="$tpl_dir./order-steps.tpl"}