pep30 Posted April 20, 2010 Share Posted April 20, 2010 hi...i want to Remove the top advertising site ( Ipod images defult baner) !!!I do not know how to do this Link to comment Share on other sites More sharing options...
andrew Posted April 20, 2010 Share Posted April 20, 2010 Hi You could upload the picture you DO WANT to the modules/editorial/homepage_logo.jpg fileor you could create a 1 pixel by 1 pixel file with that name and upload that so that effectively it shows nothing.- Andrew Link to comment Share on other sites More sharing options...
archproject Posted April 21, 2010 Share Posted April 21, 2010 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now