$GLOBALS['jquery_plugins'] = array( //datepicker 'datepicker' => array( 'dir' => 'jquery.datepicker', 'url' => 'http://jquery.com/plugins/project/datepicker', 'install' => array( 'jquery.datePicker.js' => 'http://jquery.com/plugins/files/jquery.datePicker.js_1.txt' ), 'files' => array( 'datepicker' => 'jquery.datePicker.js' ) ) /* ... */ );