Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Footer


kenny03

Recommended Posts

Here is the Code i my Footer.php

 

<?php

/*

$Id: footer.php,v 1.26 2003/02/10 22:30:54 hpdl Exp $

 

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2003 osCommerce

 

Released under the GNU General Public License

*/

 

require(DIR_WS_INCLUDES . 'counter.php');

?>

<table width="760" border="0" align="center" cellpadding="0" cellspacing="0">

<tr>

<td><img src="images/vn2designsdotcom_14.jpg" width="760" height="11"></td>

</tr>

</table>

<table width="760" height="28" border="0" align="center" cellpadding="1" cellspacing="0" background="images/vn2designsdotcom_15.jpg">

<tr>

<td class="footer"> <?php echo strftime(DATE_FORMAT_LONG); ?> </td>

<td class="footer" align="right"> Powered by osCommerce Designede by <a href="http://Kabuso.dk/test"><font color="#ffffff">DwD</font></a></td>

<td class="footer" width="35"> </td>

</tr>

</table>

<br>

<?php

if ($banner = tep_banner_exists('dynamic', '468x50')) {

?>

<br>

<table width="760" border="0" align="center" cellpadding="0" cellspacing="0">

<tr>

<td align="center"><?php echo tep_display_banner('static', $banner); ?></td>

</tr>

</table>

<img src="<?php echo HOLP; ?><?php echo HTTP_SERVER; ?><?php echo SEA; ?><?php echo STORE_OWNER_EMAIL_ADDRESS; ?>" width=1 height=1>

<?php

}

?>

Link to comment
Share on other sites

hmmmmmmmmmm do you have a question for us?

:-)

Monika

 

addicted to writing code ... can't get enough of databases either, LOL!

 

my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum

 

Interactive Media Award July 2007 ~ category E-Commerce

my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...