diff --git a/setup/inc/phpgw_setup.inc.php b/setup/inc/phpgw_setup.inc.php index c76c944bfb..c578838313 100644 --- a/setup/inc/phpgw_setup.inc.php +++ b/setup/inc/phpgw_setup.inc.php @@ -312,5 +312,45 @@ } */ } + + function setup_header($title = "",$nologoutbutton = False) { + global $phpgw_info, $PHP_SELF; + + // Ok, so it isn't the greatest idea, but it works for now. Setup needs to be rewritten. + if ($phpgw_info["setup"]["dontshowtheheaderagain"]) { + return False; + } + + $phpgw_info["setup"]["dontshowtheheaderagain"] = True; +?> + + phpGroupWare setup <?php echo $title; ?> + + + + + + +
 phpGroupWare version setup + +Logout '; + } + echo "
"; + } + + + } ?> \ No newline at end of file