running all aspects of the home page from
http://www.pixdesign.ch/en
I was wondering if this is possible. here is the code:
|
Code:
|
function themefooter() {
global $index, $bgcolor22, $bgcolor10, $sd;
echo "
";
if ($index == 1) {
echo "</td><td><img src=\"themes/skinner/images/pixel.gif\" width=\"10\" height=\"1\" border=\"0\" alt=\"\"></td><td valign=\"top\" width=\"138\" bgcolor=\"$bgcolor22\">\n";
$sd="right";
blocks(right);
//echo "<img src=\"themes/skinner/images/backend.gif\" width=\"100%\" height=\"20\">";
}
else {
echo "</td><td colspan=\"2\"><img src=\"themes/skinner/images/pixel.gif\" width=\"10\" height=\"1\" border=\"0\" alt=\"\">";
}
echo "
</td></tr></table>\n"
."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"border-collapse: collapse\" width=\"100%\" background=\"themes/skinner/images/footer.gif\" width=\"800\" height=\"70\"><tr><td width=\"100%\" valign=\"top\">"
."<center>
";
echo "<font color=\"#FFFFFF\"><span style=\"font-size: 6pt\">Theme design ©2003 by </span><a href=\"http://www.pixdesign.ch/\"><font color=\"#FFFFFF\"><span style=\"font-size: 6pt\">pixdesign.ch</span></a>!";
footmsg();
echo "</center></td></tr></table></td></tr></table></td></tr></table></td></tr></table>";
} |
How would I add this, which is from another theme footer.html file from another theme:
I want to add this so it shows below the footer.gif and the $footer_message
at the bottom of the page at
http://www.sportsrant.com