setup/index.php
Code: Alles auswählen
/**
* Update is done. Throw out the finish screen
*
* @return string complete HTML finish screen
*/
function screen_finish_update()
{
$this -> insert_sql();
$tpl = new gb_template();
return $tpl -> make('templates/'. $this -> globals['lang'] . '/finish_update.tpl');
}
Code: Alles auswählen
$this -> insert_sql();
ebenso es findet sich einmal
Code: Alles auswählen
$this -> globals["mode"] = 'upgrade';
Code: Alles auswählen
$this -> globals["mode"] = 'update';
im template finish_update.tpl
sollte man das
Code: Alles auswählen
templates/german/setup7.jpg
Code: Alles auswählen
templates/german/setup.jpg