function fp_set_page_sub_tabs

6.x misc.inc fp_set_page_sub_tabs($tab_array)
4.x misc.inc fp_set_page_sub_tabs($tab_array)
5.x misc.inc fp_set_page_sub_tabs($tab_array)

Allows the programmer to define subtabs at the top of the page.

Parameters

unknown_type $tab_array:

8 calls to fp_set_page_sub_tabs()
advise_display_view in modules/advise/advise.module
This is the page which actually displays the "view" for the user to see their advising session, or for an advisor to advise them.
audit_display_audit in modules/audit/audit.module
blank_degrees_display_blank_degree in modules/blank_degrees/blank_degrees.module
user_edit_student_user_form in modules/user/user.student.inc
Let the user edit a studentuser's information.
user_edit_user_advisees_form in modules/user/user.module
This form lets us populate the advisor_student table

... See full list

File

includes/misc.inc, line 1502
This file contains misc functions for FlightPath

Code

function fp_set_page_sub_tabs($tab_array) {
  $GLOBALS ["fp_set_page_sub_tabs"] = $tab_array;
}