????
| Current Path : /home2/morganrand/www/store/admin/includes/boxes/ |
| Current File : /home2/morganrand/www/store/admin/includes/boxes/tools_database_tables.php |
<?php
/*
$Id$
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2013 osCommerce
Released under the GNU General Public License
*/
foreach ( $cl_box_groups as &$group ) {
if ( $group['heading'] == BOX_HEADING_TOOLS ) {
$group['apps'][] = array('code' => 'database_tables.php',
'title' => MODULES_ADMIN_MENU_TOOLS_DATABASE_TABLES,
'link' => tep_href_link('database_tables.php'));
break;
}
}
?>