- Readme First! - Read and follow the rules, otherwise your posts will be closed
There are currently, 68 guest(s) and 2 member(s) that are online. You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - Header Replacement question. [ ]
Author
Message
Gaia
Nuke Soldier
Joined: Sep 15, 2005
Posts: 12
Posted:
Tue Oct 04, 2005 6:23 am
I had an issue with my Theme, i was given this free theme that love but I wish to replace my header.
I've made a replacement image but am unsure of how to rewrite the header.php (below):
Code:
<?php
echo"<TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0>"
. " <TR>"
. " <TD>"
. "
<OBJECT classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0\" WIDTH=\"354\" HEIGHT=\"321\" id=\"logo\" ALIGN=\"\">
<PARAM NAME=movie VALUE=\"themes/WOW/images/logo.swf\"> <PARAM NAME=menu VALUE=false> <PARAM NAME=quality VALUE=best> <PARAM NAME=wmode VALUE=transparent> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src=\"themes/WOW/images/logo.swf\" menu=false quality=best wmode=transparent bgcolor=#E1E9F2 WIDTH=\"354\" HEIGHT=\"321\" NAME=\"nav\" ALIGN=\"\" TYPE=\"application/x-shockwave-flash\" PLUGINSPAGE=\"http://www.macromedia.com/go/getflashplayer\"></EMBED>
</OBJECT>
</TD>"
. " <TD width=\"100%\" background=\"themes/WOW/images/header_01.gif\"> </TD>"
. " <TD>"
. "
<OBJECT classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0\" WIDTH=\"629\" HEIGHT=\"321\" id=\"logo2\" ALIGN=\"\">
<PARAM NAME=movie VALUE=\"themes/WOW/images/logo2.swf?link1name=$link1name&link1url=$link1url&link2name=$link2name&link2url=$link2url&link3name=$link3name&link3url=$link3url\"> <PARAM NAME=menu VALUE=false> <PARAM NAME=quality VALUE=best> <PARAM NAME=wmode VALUE=transparent> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src=\"themes/WOW/images/logo2.swf??link1name=$link1name&link1url=$link1url&link2name=$link2name&link2url=$link2url&link3name=$link3name&link3url=$link3url\" menu=false quality=best wmode=transparent bgcolor=#E1E9F2 WIDTH=\"629\" HEIGHT=\"321\" NAME=\"nav\" ALIGN=\"\" TYPE=\"application/x-shockwave-flash\" PLUGINSPAGE=\"http://www.macromedia.com/go/getflashplayer\"></EMBED>
</OBJECT>
</TD>"
. " </TR>"
. "</TABLE>"
."";
?>
I've uploaded the image I wish to use to replace the header into "themes/WOW/images/logo.png". It is 1007X319. It is the complete image to replace the entire seriese of images from before.
When I try my hand at redirecting the header.php, I fail.
Can anyone help with this or direct me to where I can find the information I need?
Gaia
Nuke Soldier
Joined: Sep 15, 2005
Posts: 12
Posted:
Wed Oct 05, 2005 4:01 am
Resolved
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum