[Multishop-devel] osc_m2/catalog/admin categories.php,NONE,1.1
Brought to you by:
tropic
From: Piero T. <tr...@us...> - 2005-12-04 10:37:21
|
Update of /cvsroot/multishop/osc_m2/catalog/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19342 Added Files: categories.php Log Message: update to oscommerce-20051113 --- NEW FILE: categories.php --- <?php /* $Id: categories.php,v 1.1 2005/12/04 10:37:13 tropic Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2003 osCommerce Released under the GNU General Public License */ require('includes/application_top.php'); require(DIR_WS_CLASSES . 'currencies.php'); $currencies = new currencies(); $action = (isset($HTTP_GET_VARS['action']) ? $HTTP_GET_VARS['action'] : ''); [...986 lines suppressed...] </tr> </table></td> </tr> </table> <?php } ?> </td> <!-- body_text_eof //--> </tr> </table> <!-- body_eof //--> <!-- footer //--> <?php require(DIR_WS_INCLUDES . 'footer.php'); ?> <!-- footer_eof //--> <br> </body> </html> <?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?> |