added new theme

This commit is contained in:
seek3r 2000-08-18 20:28:58 +00:00
parent 358c96b158
commit e4f7581453

View File

@ -16,7 +16,7 @@
$phpgw_flags["currentapp"] = "preferences";
include("../header.inc.php");
$installed_themes = array('default','blue','mojo','heaven','yellows');
$installed_themes = array('default','blue','mojo','heaven','yellows', 'rose');
if ($phpgw_info["user"]["permissions"]["anonymous"]) {
Header("Location: " . $phpgw->link($phpgw_info["server"]["webserver_url"] . "/"));