53 lines
2.1 KiB
PHP
53 lines
2.1 KiB
PHP
<?php
|
|
/* ----------------------------------------------------------------------
|
|
$Id: footer.php,v 1.1 2007/06/13 16:41:18 r23 Exp $
|
|
|
|
MyOOS [Shopsystem]
|
|
https://www.oos-shop.de
|
|
|
|
Copyright (c) 2003 - 2019 by the MyOOS Development Team
|
|
----------------------------------------------------------------------
|
|
Based on:
|
|
|
|
POST-NUKE Content Management System
|
|
Copyright (C) 2001 by the Post-Nuke Development Team.
|
|
http://www.postnuke.com/
|
|
----------------------------------------------------------------------
|
|
osCommerce, Open Source E-Commerce Solutions
|
|
http://www.oscommerce.com
|
|
Copyright (c) 2002 - 2003 osCommerce
|
|
----------------------------------------------------------------------
|
|
Released under the GNU General Public License
|
|
---------------------------------------------------------------------- */
|
|
?>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<!-- FOOTER -->
|
|
<br />
|
|
<br />
|
|
<table width="800" border="0" align="center" cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<td>
|
|
<table width="800" border="0" cellspacing="0" cellpadding="0">
|
|
<tr>
|
|
<td width="21"><a href="javascript:history.back()" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('backlink','','images/back_up.png',1)"><img src="images/back.png" alt="<?php echo LINK_BACK; ?>" name="backlink" width="21" height="21" border="0"></a></td>
|
|
<td width="757" class="table_head_setuptitle"> </td>
|
|
<td width="22"><a href="javascript:scroll(0,0)" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('toplink','','images/top_up.png',1)"><img src="images/top.png" alt="<?php echo LINK_TOP; ?>" name="toplink" width="21" height="21" border="0"></a></td>
|
|
</tr>
|
|
</table><br />
|
|
<table width="800" border="0" cellspacing="0" cellpadding="0">
|
|
<tr>
|
|
<td width="50"><a href="https://www.oos-shop.de" target="_blank"><img src="images/logo_footer.png" alt="www.oos-shop.de" width="46" height="33" border="0" /></a></td>
|
|
<td class="footer"><?php echo FOOTER; ?></td>
|
|
</tr>
|
|
</table><br />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td></td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|