Cleaned up the yea view for the minicalendars

This commit is contained in:
jengo 2000-11-13 15:09:58 +00:00
parent f514d209db
commit 0af85dd72f

View File

@ -21,8 +21,10 @@
$phpgw_info["flags"]["currentapp"] = "calendar";
include("../header.inc.php");
$view = "year";
if ($friendly) {
echo "<body bgcolor=\"".$phpgw_info["theme"][bg_color]."\">";
echo '<body bgcolor="' . $phpgw_info["theme"]["bg_color"] . '">';
}
?>