'checkout' ORDER BY list_order ASC";
$db->query($q);
while ($db->next_record()) {
if ($perm->check($db->f("module_perms"))) {
$mod[] = $db->f("module_name");
}
}
if (!defined('_PSHOP_ADMIN')) {
$my_path = "includes/js/ThemeOffice/";
if( stristr( $_SERVER['PHP_SELF'], "index2.php" )) {
echo '
>> '.$VM_LANG->_PHPSHOP_BACK_TO_MAIN_SITE.' <<
';
}
// We need the admin template css now, but which one? - so check here
$adminTemplate = $_VERSION->PRODUCT == 'Joomla!' ? 'joomla_admin' : 'mambo_admin_blue';
?>
';
}
?>