Elxis CMS Forum
Extensions => Templates => Topic started by: Dennis on October 05, 2009, 16:55:59
-
Greetings
I am wondering how I can change the movie1.swf for my own logo.jpg, where do I upload the logo and, which files I have to edit?
Thanks in advance
Dennis
-
<object width="920" height="260" data="http://demo.elxisitalia.com/templates/eigrey/swf/movie1.swf" align="middle" type="application/x-shockwave-flash" title="ei grey" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" >
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value=".../templates/eigrey/swf/movie1.swf" />
<param name="quality" value="high" />
<param name="height" value="920" />
<param name="width" value="260" />
<param name="bgcolor" value="#ffffff" />
</object>
http://yoursite/templates/eigrey/swf/movie1.swf
if you want to add your own movie
or
replace odject(code above) with something similar to this:
<img src="http://mysite/images/mylogo.jpg" width="920px" height="260px" alt="a desc for the logo" border="0" />
or
with link to your homepage:
<a href="http://mysite" title="mysite"><img src="http://mysite/images/mylogo.jpg" width="920px" height="260px" alt="a desc for the logo" border="0"/></a>
-
There is one problem, I cannot save those changes in Cpanel nor upload the file,
I assume it is the templates/eigrey/index.php file I need to change?
any idea why?
-
yes this is the file...
you can download - modify and re-upload it with your ftp client . or...
edit it throught elxis-administrator>>templates manager>>site templates>>check the template radio button and hit "edit-html" button at the right upper corner of the page.
-
OK, it worked, thank you.
Regards
Dennis