aboutsummaryrefslogtreecommitdiffstats
path: root/includes/event.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-01-26 22:50:47 +0000
committerChad Little <clittle@users.sourceforge.net>2004-01-26 22:50:47 +0000
commitb1b0bb48e861325551b48be4001de5f9cf1ff852 (patch)
tree84ba6bd6ca6141fd3522e2a59e2384de18fc7e79 /includes/event.php
parent5c5eed1390a103fecc2c57c21bbf79365cb1ee98 (diff)
downloadphpicalendar-b1b0bb48e861325551b48be4001de5f9cf1ff852.tar.gz
phpicalendar-b1b0bb48e861325551b48be4001de5f9cf1ff852.tar.bz2
phpicalendar-b1b0bb48e861325551b48be4001de5f9cf1ff852.zip
More templating.
Diffstat (limited to 'includes/event.php')
-rw-r--r--includes/event.php4
1 files changed, 1 insertions, 3 deletions
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,
));

© 2014-2024 Faster IT GmbH | imprint | privacy policy