Jump to content

DELET logo ipod


Recommended Posts

I had the same problem so here's what I did

I just commented a line in the file ../modules/editorial/editorial.tpl the one I spaced out

<!-- Module Editorial -->

   {if $xml->body->home_logo_link}body->home_logo_link|escape:'htmlall':'UTF-8'}" title="{$xml->body->$title|escape:'htmlall':'UTF-8'|stripslashes}">{/if}


<!--{if $homepage_logo}body->$title|escape:'htmlall':'UTF-8'|stripslashes}" />{/if}-->


   {if $xml->body->home_logo_link}{/if}
   {if $xml->body->$logo_subheading}{$xml->body->$logo_subheading|stripslashes}{/if} 
   {if $xml->body->$title}{$xml->body->$title|stripslashes}{/if}
   {if $xml->body->$subheading}{$xml->body->$subheading|stripslashes}{/if}
   {if $xml->body->$paragraph}{$xml->body->$paragraph|stripslashes}{/if}


<!-- /Module Editorial -->

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...