'1', 'text' => 'Voltar', 'url' => '', 'img' => ''); $extractParams = array( 'tab', 'text', 'url', 'img'); /* verifica se todos os parâmetros obrigatórios foram passados */ foreach ($defaultValues as $key => $value) if (!isset($params[$key])) $params[$key] = $value; /* atribui valores default para os parâmetros não passados */ foreach ($extractParams as $extract) $$extract = $params[$extract]; if ($img) { $text = ""; } if ($url) { $back_url = $url; } else { $back_url = ''; $back_url = $GLOBALS['phpgw_info']['server']['webserver_url'] . '/workflow/index.php?start_tab=' . $tab; } $output = ''. $text . ''; return $output; } ?>