MJBwebpro Posted August 11, 2005 Posted August 11, 2005 how do i put this <!-- PayPal Logo --><table border="0" cellpadding="10" cellspacing="0" align="center"><tr><td align="center"></td></tr> <tr><td align="center"><a href="#" onclick="java script:window.open('https://www.paypal.com/us/cgi-bin/webscr?cmd=xpt/popup/OLCWhatIsPayPal-outside','olcwhatispaypal','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no', width='400', height='350');"><img src="https://www.paypal.com/en_US/i/bnr/horizontal_solution_PPeCheck.gif" border="0" alt="Solution Graphics"></a></td></tr></table><!-- PayPal Logo --> in to this code in footer.php and where // STS: ADD // Get the output between column_right.php and footer.php $sts_block_name = 'columnright2footer'; require(STS_RESTART_CAPTURE); // STS: EOADD require(DIR_WS_INCLUDES . 'counter.php'); // STS: ADD $sts_block_name = 'counter'; require(STS_RESTART_CAPTURE); // STS: EOADD ?> <table border="0" width="100%" cellspacing="0" cellpadding="1"> <tr class="footer"> <td class="footer"> <?php echo strftime(DATE_FORMAT_LONG); ?> </td> <td align="right" class="footer"> <?php echo $counter_now . ' ' . FOOTER_TEXT_REQUESTS_SINCE . ' ' . $counter_startdate_formatted; ?> </td> </tr> </table> <?php // STS: ADD $sts_block_name = 'footer'; require(STS_RESTART_CAPTURE); // STS: EOADD if ($banner = tep_banner_exists('dynamic', '468x50')) { ?> <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 // STS: ADD $sts_block_name = 'banner'; require(STS_RESTART_CAPTURE); // STS: EOADD } ?>
MoisesZaragoza Posted August 11, 2005 Posted August 11, 2005 how do i put this <!-- PayPal Logo --><table border="0" cellpadding="10" cellspacing="0" align="center"><tr><td align="center"></td></tr> <tr><td align="center"><a href="#" onclick="java script:window.open('https://www.paypal.com/us/cgi-bin/webscr?cmd=xpt/popup/OLCWhatIsPayPal-outside','olcwhatispaypal','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no', width='400', height='350');"><img src="https://www.paypal.com/en_US/i/bnr/horizontal_solution_PPeCheck.gif" border="0" alt="Solution Graphics"></a></td></tr></table><!-- PayPal Logo --> in to this code in footer.php and where // STS: ADD // Get the output between column_right.php and footer.php $sts_block_name = 'columnright2footer'; require(STS_RESTART_CAPTURE); // STS: EOADD require(DIR_WS_INCLUDES . 'counter.php'); // STS: ADD $sts_block_name = 'counter'; require(STS_RESTART_CAPTURE); // STS: EOADD ?> <table border="0" width="100%" cellspacing="0" cellpadding="1"> <tr class="footer"> <td class="footer"> <?php echo strftime(DATE_FORMAT_LONG); ?> </td> <td align="right" class="footer"> <?php echo $counter_now . ' ' . FOOTER_TEXT_REQUESTS_SINCE . ' ' . $counter_startdate_formatted; ?> </td> </tr> </table> <?php // STS: ADD $sts_block_name = 'footer'; require(STS_RESTART_CAPTURE); // STS: EOADD if ($banner = tep_banner_exists('dynamic', '468x50')) { ?> <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 // STS: ADD $sts_block_name = 'banner'; require(STS_RESTART_CAPTURE); // STS: EOADD } ?> <{POST_SNAPBACK}> You can add it at the end after the ?> <!-- PayPal Logo --><table border="0" cellpadding="10" cellspacing="0" align="center"><tr><td align="center"></td></tr> <tr><td align="center"><a href="#" onclick="java script:window.open('https://www.paypal.com/us/cgi-bin/webscr?cmd=xpt/popup/OLCWhatIsPayPal-outside','olcwhatispaypal','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no', width='400', height='350');"><img src="https://www.paypal.com/en_US/i/bnr/horizontal_solution_PPeCheck.gif" border="0" alt="Solution Graphics"></a></td></tr></table><!-- PayPal Logo --> at the end of the day the code will be good
Recommended Posts
Archived
This topic is now archived and is closed to further replies.