Warning: You do not have permission to access this module.
'; } if(!$skipFooters) { echo ""; echo $jsalerts->getScript(); include ('themes/'.$theme.'/footer.php'); if(!isset($_SESSION['avail_themes'])) $_SESSION['avail_themes'] = serialize(get_themes()); if(!isset($_SESSION['avail_languages'])) $_SESSION['avail_languages'] = serialize(get_languages()); $user_mod_strings = return_module_language($current_language, 'Users'); echo "
| ||||
| ";
if($sugar_config['calculate_response_time']) {
$endTime = microtime();
$deltaTime = microtime_diff($startTime, $endTime);
$response_time_string = $app_strings['LBL_SERVER_RESPONSE_TIME']." $deltaTime ".$app_strings['LBL_SERVER_RESPONSE_TIME_SECONDS'].' '; echo ($response_time_string); if(!empty($sugar_config['show_page_resources'])) { // Print out the resources used in constructing the page. $included_files = get_included_files(); echo ($app_strings['LBL_SERVER_RESPONSE_RESOURCES'].'('.$sql_queries.','.sizeof($included_files).') '); } } echo ('© 2004-2006 SugarCRM Inc. All Rights Reserved. '); // Under the Sugar Public License referenced above, you are required to leave in all copyright statements in both // the code and end-user application as well as the the powered by image. You can not change the url or the image below . echo " |