Fixed templates, refs #186

This commit is contained in:
Andreas Burchert (scarya)
2011-04-24 10:30:30 +02:00
parent 5a5653d594
commit 194e4cfd20
4 changed files with 114 additions and 50 deletions

View File

@@ -56,6 +56,12 @@ elseif($page == 'backup')
redirectTo($filename, Array('page' => $page, 's' => $s));
}
$backup_data = include_once dirname(__FILE__).'/lib/formfields/customer/extras/formfield.backup.php';
$backup_form = htmlform::genHTMLForm($backup_data);
$title = $backup_data['backup']['title'];
$image = $backup_data['backup']['image'];
eval("echo \"" . getTemplate("extras/backup") . "\";");
}
elseif($page == 'htpasswds')