function fp_set_page_tabs
Search API
7.x misc.inc | fp_set_page_tabs($tab_array) |
6.x misc.inc | fp_set_page_tabs($tab_array) |
4.x misc.inc | fp_set_page_tabs($tab_array) |
5.x misc.inc | fp_set_page_tabs($tab_array) |
If this function is called, it will override any other page tabs which might be getting constructed. This lets the programmer, at run-time, completely control what tabs are at the top of the page.
2 calls to fp_set_page_tabs()
- advise_display_popup_course_description in modules/
advise/ advise.module - advise_display_popup_group_select in modules/
advise/ advise.module
File
- includes/
misc.inc, line 970 - This file contains misc functions for FlightPath
Code
function fp_set_page_tabs($tab_array) {
$GLOBALS ["fp_set_page_tabs"] = $tab_array;
}