function fp_show_title

6.x theme.inc fp_show_title($bool_show = TRUE)
4.x theme.inc fp_show_title($bool_show = TRUE)
5.x theme.inc fp_show_title($bool_show = TRUE)

Sets whether the title should be shown on the page or not.

1 call to fp_show_title()
system_display_install_finished_page in modules/system/system.module
This page is displayed to the user once FlightPath has been installed.

File

includes/theme.inc, line 253

Code

function fp_show_title($bool_show = TRUE) {
  $GLOBALS ["fp_set_show_title"] = $bool_show;
}