Jump to content

how do i replace the prestashop header with a flash?


Recommended Posts

  • 1 month later...

Go to your themes folder and edit the header.tpl file

find this piece of code:

<!-- Header -->



                   {$HOOK_TOP}



And replace it with this:

<!-- Header -->

               <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="100%" height="180px">




                   <embed src="{$img_dir}flash.swf" quality="high"     pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="100%" height="180px" WMode="Transparent">
                   </embed>
               </object>

{$HOOK_NAV_BAR}

                   {$HOOK_TOP}


I hope this helps.
Don't forget to backup your original files first

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