www.steveoscc.com
I was wondering if you guys can check it out and help me improve it.
Thanks!
Posted 09 July 2008 - 02:14 PM
Posted 09 July 2008 - 02:22 PM
Chronoz, on Jul 9 2008, 10:14 AM, said:
Posted 09 July 2008 - 02:27 PM
georgec, on Jul 9 2008, 02:22 PM, said:
Posted 09 July 2008 - 03:21 PM
Chronoz, on Jul 10 2008, 12:27 AM, said:
Posted 09 July 2008 - 03:52 PM
Posted 09 July 2008 - 04:39 PM
</td></tr></table>
<?php/* $Id: footer.php 1739 2007-12-20 00:52:16Z hpdl $
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
Released under the GNU General Public License
*/ require(DIR_WS_INCLUDES . 'counter.php');
?>
<table border="0" [b]width="811"[/b] 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; ?>
<p>
<?php echo FOOTER_TEXT_BODY; ?> <p>
<?php
/* if ($banner = tep_banner_exists('dynamic', '468x50')) {
?>
<br>
<table border="0" [b]width="811"[/b] cellspacing="0" cellpadding="[b]2[/b]">
<tr>
<td align="center"><?php echo tep_display_banner('static', $banner); ?></td>
</tr>
</table>
<?php
} */
?>
<div class='credits'>Green Sun by <a href='http://www.keywestvacationguide.com/key-west-web-design.php' class='credits'>Key West</a> </div>
</td>
</tr>
</table>
<br>
</center>
</td></tr></table>
<?php
/*
$Id: footer.php 1739 2007-12-20 00:52:16Z hpdl $
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
Released under the GNU General Public License
*/
require(DIR_WS_INCLUDES . 'counter.php');
?>
<table border="0" cellspacing="0" cellpadding="1" class='footertable' >
<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; ?>
<p>
<?php echo FOOTER_TEXT_BODY; ?> <p>
<?php
/* if ($banner = tep_banner_exists('dynamic', '468x50')) {
?>
<br>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center"><?php echo tep_display_banner('static', $banner); ?></td>
</tr>
</table>
<?php
} */
?>
<div class='credits'>Green Sun by <a href='http://www.keywestvacationguide.com/key-west-web-design.php' class='credits'>Key West</a> </div>
</td>
</tr>
</table>
<br>
</center>
Edited by Chronoz, 09 July 2008 - 04:42 PM.
Posted 09 July 2008 - 05:44 PM
Posted 09 July 2008 - 06:40 PM
Posted 09 July 2008 - 06:52 PM
lindsayanng, on Jul 9 2008, 06:40 PM, said:
<?php
/*
$Id: footer.php 1739 2007-12-20 00:52:16Z hpdl $
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
Released under the GNU General Public License
*/
require(DIR_WS_INCLUDES . 'counter.php');
?>
<table border="0" cellspacing="0" cellpadding="1" class='footertable' >
<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; ?>
<p>
<?php echo FOOTER_TEXT_BODY; ?> <p>
<?php
if ($banner = tep_banner_exists('dynamic', '500x50')) {
?>
<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
}
?>
<?php
?>
<div class='credits'>Green Sun by <a href='http://www.keywestvacationguide.com/key-west-web-design.php' class='credits'>Key West</a> </div>
</td>
</tr>
</table>
<br>
</center>
Posted 09 July 2008 - 06:56 PM
Posted 09 July 2008 - 07:01 PM
Posted 09 July 2008 - 07:47 PM
lindsayanng, on Jul 9 2008, 07:01 PM, said:
Posted 09 July 2008 - 07:49 PM
Posted 09 July 2008 - 08:27 PM
Posted 09 July 2008 - 08:42 PM
Posted 10 July 2008 - 03:18 AM
Posted 10 July 2008 - 02:49 PM
lindsayanng, on Jul 10 2008, 04:18 AM, said:
Posted 10 July 2008 - 03:09 PM
Posted 10 July 2008 - 03:42 PM
lindsayanng, on Jul 10 2008, 04:09 PM, said:
Posted 06 August 2008 - 06:17 PM
georgec, on Jul 9 2008, 03:22 PM, said: