$GLOBALS['lang']); if (isset($GLOBALS['db'])) { $params['db'] = $GLOBALS['db']; } $GLOBALS['js_include'][] = 'messages.php' . PMA_generate_common_url($params); $GLOBALS['js_events'][] = array( 'object' => 'window', 'event' => 'load', 'function' => 'PMA_TT_init', ); /** * Here we add a timestamp when loading the file, so that users who * upgrade phpMyAdmin are not stuck with older .js files in their * browser cache. This produces an HTTP 304 request for each file. */ foreach ($GLOBALS['js_include'] as $js_script_file) { if (strpos($js_script_file, '?') === FALSE) { echo '' . "\n"; } else { echo '' . "\n"; } } ?>