function fp_set_page_sub_tabs

7.x misc.inc fp_set_page_sub_tabs($tab_array)
6.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:

13 calls to fp_set_page_sub_tabs()
advise.module in modules/advise/advise.module
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.module in modules/audit/audit.module
This is the Audit module, which provides functionality relating to degree audits.
audit_display_audit in modules/audit/audit.module
blank_degrees.module in modules/blank_degrees/blank_degrees.module

... See full list

File

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

Code

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