added support for my yellows theme

This commit is contained in:
tooley 2000-08-18 10:42:32 +00:00
parent fb03d1cbaa
commit 17a881df6a

View File

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