function advise_display_popup_toolbox_moved
Search API
7.x advise.toolbox.inc | advise_display_popup_toolbox_moved() |
6.x advise.toolbox.inc | advise_display_popup_toolbox_moved() |
4.x advise.toolbox.inc | advise_display_popup_toolbox_moved() |
5.x advise.toolbox.inc | advise_display_popup_toolbox_moved() |
File
- modules/
advise/ advise.toolbox.inc, line 34
Code
function advise_display_popup_toolbox_moved() {
global $screen, $current_student_id;
advise_init_screen();
fp_add_js(fp_get_module_path("advise") . "/js/advise.js");
$rtn = "";
$rtn .= $screen->display_toolbox_moved();
return $rtn;
}