setActiveTab('apps', -1); $applications = new Application(); $staffapps = $applications->getStaffApps(); require(STAFFINC_DIR.'header.inc.php'); ?>

%s Applications'), __('Staff')).' ('.count($staffapps).')'; ?>

' .''.$app['desc'].'
' .''.$app['title'].'' .''; } } else { echo '
'.__('No Applications installed for this category').'
'; } ?>
isAdmin()) { $adminapps = $applications->getAdminApps(); ?>

%s Applications'), __('Admin')).' ('.count($adminapps).')'; ?>

' .''.$app['desc'].'
' .''.$app['title'].'' .''; } } else { echo '
'.__('No Applications installed for this category').'
'; } ?>