gumi666 Posted September 14, 2012 Share Posted September 14, 2012 Hi, I'm developing my Presta store and something strange happened on my contact page and category page. On contact page there is some characters that put down my center content. The same is on my category page, but the problem is on the left column. I can't see it in my template files. The end of my header.tpl looks like that: <div id="columns"> <!-- Left --> <div id="left_column" class="column">{$HOOK_LEFT_COLUMN}</div> <!-- Center --> <div id="center_column" class="center_column"> <div id="center_column_inner1"> <div id="center_column_inner2"> {/if} And the start of contact-form.tpl: {capture name=path}{l s='Contact'}{/capture}{include file="$tpl_dir./breadcrumb.tpl"} <h1>{l s='Customer Service'} - {if isset($customerThread) && $customerThread}{l s='Your reply'}{else}{l s='Contact us'}{/if}</h1> {if isset($confirmation)} My blocklayered.tpl (which is first in left column) starts: <!-- Block layered navigation module -->{if $nbr_filterBlocks != 0} <script type="text/javascript"> current_friendly_url = '#{$current_friendly_url}'; {if version_compare($smarty.const._PS_VERSION_,'1.5','>')} param_product_url = '#{$param_product_url}'; There is no such a charakters, but I can see changes in my browser. Please look at my shop and tell me how to solve this issue. I'm sending printscreens with opened code viewer in google chrome. Link to comment Share on other sites More sharing options...
Recommended Posts