How to replace gif logo with flash logo in magento?
+2
A:
The logo is rendered by the header.phtml
file in app/design/frontend/default/YOURTHEME/template/page/html
. Edit line 32 (assuming you're using v1.4) that contains <img src.../>
and replace it with your Flash embed codes.
Jonathan Day
2010-08-23 13:51:54