From f78aa1b2ef8700f0388b71f9842b0814c2c49a69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 13 Oct 2005 14:48:16 +0000 Subject: [PATCH] Use common header. --- ChangeLog | 3 ++ calendar.php | 50 ++--------------------------- libraries/header_meta_style.inc.php | 7 +++- 3 files changed, 11 insertions(+), 49 deletions(-) diff --git a/ChangeLog b/ChangeLog index 67d8e843c..4757c939d 100755 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,9 @@ $Source$ 2005-10-13 Michal Čihař * Documentation.html: Fix URL rewriting not to match empty parts. + * calendar.php: Use common header. + * libraries/header_meta_style.inc.php: Add support for defining page + title. 2005-10-13 Sebastian Mendel * left.php: preselect db if only one db diff --git a/calendar.php b/calendar.php index b009d783e..b7eea5fcd 100644 --- a/calendar.php +++ b/calendar.php @@ -4,55 +4,9 @@ require_once('./libraries/grab_globals.lib.php'); require_once('./libraries/common.lib.php'); require_once('./libraries/header_http.inc.php'); +$page_title = $strCalendar; +require('./libraries/header_meta_style.inc.php'); ?> - - - - -<?php echo $strCalendar;?> - -' . "\n"; -} -?> - -