Kenkel Posted September 30, 2013 Share Posted September 30, 2013 Hello, I moved prestashop to other server, everything works, but there is footer errors: {if !$content_only} {if $page_name !== 'index'} {$HOOK_RIGHT_COLUMN} {/if} {if $page_name == 'index'} {include file="$tpl_dir./footer_top.tpl"} {/if} {$HOOK_FOOTER} {include file="$tpl_dir./footer_cms.tpl"} My PS version - 1.4.8.2 How to fix this errors? Link to comment Share on other sites More sharing options...
vekia Posted September 30, 2013 Share Posted September 30, 2013 {if $page_name !== 'index'} instead of this try to use {if $page_name != 'index'} Link to comment Share on other sites More sharing options...
Recommended Posts