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:

3 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.
blank_degrees_display_blank_degree in modules/blank_degrees/blank_degrees.module
blocks_manage_blocks_form in modules/blocks/blocks.module
This form lets the user manage the various blocks in the system.

File

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

Code

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