diff --git a/doc/CHANGELOG b/doc/CHANGELOG index a6101702fa..0bb6618f6a 100755 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -5,6 +5,7 @@ - Fixed a calendar SQL error with stock setups using the demo user. - Fixed a problem with the email folders only reporting back the number of messages in the INBOX regardless of which folder it is in. + - Added calendar day view to home page. [0.9.3] - Fixed the new user account form not returning the users firstname or last name when an error is reported. diff --git a/index.php b/index.php index 0ae07b659c..e514a84278 100755 --- a/index.php +++ b/index.php @@ -109,11 +109,11 @@ $mailbox_status = $phpgw->msg->status($mbox,"{" . $phpgw_info["server"]["mail_server"] . ":" . $phpgw_info["server"]["mail_port"] . "}INBOX",SA_UNSEEN); if ($mailbox_status->unseen == 1) { - echo "
" + . lang(strftime("%B",$phpgw->calendar->today["full"])) . " " .$phpgw->calendar->today["day"] . ", " . $phpgw->calendar->today["year"] ." |
";
+ echo " |