function fp_set_page_tabs

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()

File

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

Code

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