Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Tracking Code Error In Footer


tropiland

Recommended Posts

hello to all,

I have a

} ?>
showing at the end of my pages. What would that be and how does it go away?Here is my footer.php code:

<?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 (c) 2003 osCommerce

 Released under the GNU General Public License
*/


?>
<table border="0" width="770" cellspacing="0" cellpadding="1" align="center">
 <tr class="headerNavigation">
<td class="headerNavigation">  </td>
<td align="middle" class="headerNavigation"><a href="<?php echo tep_href_link(FILENAME_CONTACT_US); ?>" class="headerNavigation"><?php echo BOX_INFORMATION_CONTACT; ?></a>  |  <a href="<?php echo tep_href_link(FILENAME_CONDITIONS); ?>" class="headerNavigation"><?php echo BOX_INFORMATION_CONDITIONS; ?></a>  |  <a href="<?php echo tep_href_link(FILENAME_PRIVACY); ?>" class="headerNavigation"><?php echo BOX_INFORMATION_PRIVACY; ?></a>  | <a href="<?php echo tep_href_link(FILENAME_SHIPPING);?>" class="headerNavigation"><?php echo BOX_INFORMATION_SHIPPING; ?></a>   </td>
 </tr>
</table>
<br>
<table border="0" width="770" cellspacing="0" cellpadding="0" align="center">

<!-- Begin  footer banners -->
 <tr>
	<td valign=top align=center><img src="http://e-waterionizers.com/images/free_shipping.gif"></td>
 </tr>
<!-- End footer banners -->
<tr>
<td align="center" class="smallText"><?php echo FOOTER_TEXT_BODY; ?></td>
 </tr>
</table>
 }
?>

Thank you all in advance for your time and consideration

DS

Link to comment
Share on other sites

<!-- End footer banners -->
<tr>
<td align="center" class="smallText"><?php echo FOOTER_TEXT_BODY; ?></td>
 </tr>
</table>
 }    [b][color="#FF0000"]<--- DELETE!!![/color][/b]
?>    [b][color="#FF0000"]<--- DELETE!!![/color][/b]

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

<!-- End footer banners -->
<tr>
<td align="center" class="smallText"><?php echo FOOTER_TEXT_BODY; ?></td>
 </tr>
</table>
 }    [b][color="#FF0000"]<--- DELETE!!![/color][/b]
?>    [b][color="#FF0000"]<--- DELETE!!![/color][/b]

 

 

Thnx! Problem solved.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...