navuho Posted July 4, 2007 Posted July 4, 2007 Hello guys, another newb here and some more questions. I have several things i can't manage to work. First i want to put banner here on marked spots. ?> </FONT></TD> </TR> </TABLE> <!-- end FOOTER --> <?php if ($banner = tep_banner_exists('dynamic', '468x60')) { ?> <BR> <TABLE border="0" width="100%" cellspacing="0" cellpadding="0"> <TR> <TD align="center"><?php echo tep_display_banner('static', $banner); ?></TD> </TR> </TABLE> <?php } ?> i have try to put the code from footer.php into header or right column.php but it mess my theme coz it have some spaces and i can't manage it to work. Also i want to change date displayed to my language not in english you can see it on the picture below. And the last thing - i want to change colors in this table here to corespond to my theme, but i have no clue where or how to change them. Thanks in advance :)
30vBiTurbo Posted July 5, 2007 Posted July 5, 2007 To start, that top banner will probablly be in your header.php.. that code you posted is the footer.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.