X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=plugins%2Fcalendar%2Fday.php;h=c799a509ec94b42c0583da50e44db362a34d0c55;hb=cffe28e2d322c2cdd46f8710caad67a00d9a2e71;hp=220341ca86a3a1a2e4fa5b1da707c3d394e323a1;hpb=f1d482ae999183d90b9a81e2d8e26397451799d7;p=squirrelmail.git diff --git a/plugins/calendar/day.php b/plugins/calendar/day.php index 220341ca..c799a509 100644 --- a/plugins/calendar/day.php +++ b/plugins/calendar/day.php @@ -3,18 +3,18 @@ /** * Displays the day page (day view). * - * @copyright © 2002-2006 The SquirrelMail Project Team + * @copyright © 2002-2009 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package plugins * @subpackage calendar */ -/** @ignore */ -define('SM_PATH','../../'); +/** + * Include the SquirrelMail initialization file. + */ +require('../../include/init.php'); -/* SquirrelMail required files. */ -include_once(SM_PATH . 'include/validate.php'); /* date_intl() */ include_once(SM_PATH . 'functions/date.php'); @@ -126,8 +126,8 @@ function display_events() { echo html_tag( 'tr', '', '', $color[$eo] ) . html_tag( 'td', date_intl(_("H:i"),mktime($ehour,$eminute,0,1,1,0)) . $elength, 'left' ) . html_tag( 'td', '', 'left' ) . '['; - echo ($calbar['priority']==1) ? - "".htmlspecialchars($calbar['title']).'' : + echo ($calbar['priority']==1) ? + "".htmlspecialchars($calbar['title']).'' : htmlspecialchars($calbar['title']); echo']
'.nl2br(htmlspecialchars($calbar['message'])).'
' . html_tag( 'td', @@ -169,7 +169,7 @@ $calself=basename($PHP_SELF); $daily_events = array(); -displayPageHeader($color, 'None'); +displayPageHeader($color); calendar_header(); readcalendardata(); day_header(); @@ -177,4 +177,4 @@ initialize_events(); display_events(); ?> - \ No newline at end of file +