From b1b0bb48e861325551b48be4001de5f9cf1ff852 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Mon, 26 Jan 2004 22:50:47 +0000 Subject: More templating. --- includes/event.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'includes/event.php') diff --git a/includes/event.php b/includes/event.php index ec94749..3caad2f 100644 --- a/includes/event.php +++ b/includes/event.php @@ -2,7 +2,6 @@ define('BASE', '../'); include_once(BASE.'functions/init.inc.php'); require_once(BASE.'functions/template.php'); -error_reporting(E_ALL); function decode_popup ($item) { $item = stripslashes(rawurldecode($item)); @@ -76,8 +75,7 @@ $page->replace_tags(array( 'location' => $location, 'sheet_href' => $sheet_href, 'cal_title_full' => $cal_title_full, - 'base' => BASE, - 'template' => $template + 'template' => $template, )); -- cgit v1.2.3