. ------------------------------------------------------------------ Original work Copyright (c) 2012 [Gamonoid Media Pvt. Ltd] Developer: Thilina Hasantha (thilina.hasantha[at]gmail.com / facebook.com/thilinah) */ $moduleName = 'dashboard'; define('MODULE_PATH',dirname(__FILE__)); include APP_BASE_PATH.'header.php'; include APP_BASE_PATH.'modulejslibs.inc.php'; ?>
getModuleManagers(); $dashBoardList = array(); foreach($moduleManagers as $moduleManagerObj){ //Check if this is not an admin module if($moduleManagerObj->getModuleType() != 'admin'){ continue; } $allowed = BaseService::getInstance()->isModuleAllowedForUser($moduleManagerObj); if(!$allowed){ continue; } $item = $moduleManagerObj->getDashboardItem(); if(!empty($item)) { $index = $moduleManagerObj->getDashboardItemIndex(); $dashBoardList[$index] = $item; } } ksort($dashBoardList); foreach($dashBoardList as $k=>$v){ echo LanguageManager::translateTnrText($v); } ?>
licenseExpire) < time()) { ?>

Your IceHrm Pro License is Expired

Your IceHrm Pro license is expired. Even though you can continue to use the software you won't receive software upgrades or security patches. Please renew your license.

Renew License