j.volk Posted October 28, 2009 Share Posted October 28, 2009 I would like to have a more customizable banner at the top of my page than just the logo image. Is there any way to bypass the logo and insert custom code into that area?For example: I may want to use an swf movie or create multiple zones for custom buttons.Thanks in advance for any help.Jason Link to comment Share on other sites More sharing options...
rocky Posted October 29, 2009 Share Posted October 29, 2009 Have a look at the section of header.tpl in your theme's directory. Link to comment Share on other sites More sharing options...
shacker Posted October 29, 2009 Share Posted October 29, 2009 I would like to have a more customizable banner at the top of my page than just the logo image. Is there any way to bypass the logo and insert custom code into that area?For example: I may want to use an swf movie or create multiple zones for custom buttons.Thanks in advance for any help.Jason replace the img logo for something like this:<embed src="{php}echo __PS_BASE_URI__;{/php}themes/yourtheme/header.swf" width="540" height="280" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" base="{php}echo __PS_BASE_URI__;{/php}themes/yourtheme//" scale="exactfit" wmode="transparent"></embed> Link to comment Share on other sites More sharing options...
j.volk Posted November 4, 2009 Author Share Posted November 4, 2009 Thanks for the responses. I was able to edit my header.tpl file and now have the fully customizable header I was looking for.Thank you,Jason 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