<?php
/*
$Id: info_not_found.php $
TomatoCart Open Source Shopping Cart Solutions
http://www.tomatocart.com
Copyright (c) 2009 Wuxi Elootec Technology Co., Ltd; Copyright (c) 2006 osCommerce
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License v2 (1991)
as published by the Free Software Foundation.
*/
?>
<h1><?php echo $osC_Template->getPageTitle(); ?></h1>
<p><?php echo $osC_Language->get('product_not_found'); ?></p>
<div class="submitFormButtons" style="text-align: right;">
<?php echo osc_link_object(osc_href_link(FILENAME_DEFAULT), osc_draw_image_button('button_continue.gif', $osC_Language->get('button_continue'))); ?>
</div>