kdreams Posted October 17, 2009 Posted October 17, 2009 Hi Could someone help me i was changing the payment accepted logo on my footer and i seem to have done something and now it does not show up here is the code <?php /* $Id: footer.php,v 1.1.1.1 2004/03/04 23:42:24 ccwjr Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce DIR_WS_TEMPLATE_IMAGES.'az_cards.gif' Released under the GNU General Public License */ // WebMakers.com Added: Down for Maintenance // Hide footer.php if not to show if (DOWN_FOR_MAINTENANCE_FOOTER_OFF =='false') { require(DIR_WS_INCLUDES . FILENAME_COUNTER); ?> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '18', '2');?></td> <td width="100%"> <table class="footer" border="0" cellspacing="0" cellpadding="0" width="100%"> <tr> <table border="0" align="center" cellpadding="0" cellspacing="0" width="<?php echo SITE_WIDTH;?>"> <td width="6"><?php echo tep_image(DIR_WS_TEMPLATE_IMAGES.'az_footer_left.gif', '');?></td> <td width="250px" style="padding-left:20px;"> <?php echo tep_image(DIR_WS_TEMPLATE_IMAGES.'.gif', '');?> </td> <td> <table id="az_bottom_nav" cellpadding="0" cellspacing="0" border="0" align="left"> <tr> <td><a href="<?php echo tep_href_link(FILENAME_DEFAULT); ?>"><?php echo MENU_TEXT_HOME; ?></a></td> <td class="bottom_nav_sep">|</td> <td><a href="<?php echo tep_href_link(FILENAME_PRODUCTS_NEW); ?>"><?php echo MENU_TEXT_NEW_PRODUCTS; ?></a></td> <td class="bottom_nav_sep">|</td> <td><a href="<?php echo tep_href_link(FILENAME_ACCOUNT, "", "SSL"); ?>"><?php echo MENU_TEXT_MEMBERS; ?></a></td> <td class="bottom_nav_sep">|</td> <td><a href="<?php echo tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><?php echo MENU_TEXT_CHECKOUT; ?></a></td> <td class="bottom_nav_sep">|</td> <td><a href="<?php echo tep_href_link(FILENAME_CONTACT_US); ?>"><?php echo MENU_TEXT_CONTACT_US; ?></a></td> </tr> </table> </td> <td width="6"><?php echo tep_image(DIR_WS_TEMPLATE_IMAGES.'az_footer_right.gif', '');?></td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td align="center" class="footerText"></td> </tr> <tr> <td align="center" class="smallText"> <?php if (!(getenv('HTTPS')=='on')){ //google banner ad if ($banner = tep_banner_exists('dynamic', 'googlefoot')) { ?> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td align="center"><?php echo tep_display_banner('static', $banner); ?></td> </tr> </table> <?php } } ?> </td> </tr> </table> <?php } ?> </td> <td><?php echo tep_draw_separator('pixel_trans.gif', '20', '2');?></td> </tr> </table> <?php // BOF: WebMakers.com Added: Center Shop Bottom of the tables are in footer.php if (SITE_WIDTH!='100%') { ?> </td></tr> </table> </td> </tr> </table> <?php } // EOF: WebMakers.com Added: Center Shop Bottom of the tables are in footer.php ?> <!-- footer_eof //--> Thanks in advance
kdreams Posted October 17, 2009 Author Posted October 17, 2009 Hi dont worry i have found a back up all working now
Recommended Posts
Archived
This topic is now archived and is closed to further replies.