Jump to content

[SOLVED] Replace logo image with .swf file or other


Recommended Posts

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

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

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