Jump to content

how do i get rid of the code which is showing up on my home page on the top right


reeceado

Recommended Posts

It looks like you deleted part of your themes/prestashop/header.tpl. Here's what you have on lines 44-50:

<!-- Header -->

    alt="{$shop_name|escape:'htmlall':'UTF-8'}" />

       {$HOOK_TOP}




It should be:

<!-- Header -->



       {$HOOK_TOP}




or if you want to remove the logo:

<!-- Header -->


       {$HOOK_TOP}


Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...