aboutsummaryrefslogtreecommitdiffstats
path: root/day.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-11-24 01:36:00 +0000
committerChad Little <clittle@users.sourceforge.net>2002-11-24 01:36:00 +0000
commite1c61d0eec4ecfd7e5545dd10314c9819e2de179 (patch)
treed4d34913eada1c5483976e2eabd75f1389c946ab /day.php
parent216d855de51cac0a6efd716a7209051e4f73c4cb (diff)
downloadphpicalendar-e1c61d0eec4ecfd7e5545dd10314c9819e2de179.tar.gz
phpicalendar-e1c61d0eec4ecfd7e5545dd10314c9819e2de179.tar.bz2
phpicalendar-e1c61d0eec4ecfd7e5545dd10314c9819e2de179.zip
Added BASE to javascripts.
Diffstat (limited to 'day.php')
-rw-r--r--day.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/day.php b/day.php
index ffc3f12..266ba42 100644
--- a/day.php
+++ b/day.php
@@ -51,10 +51,10 @@ if (is_array($master_array[($getdate)])) {
<meta http-equiv="content-type" content="text/html;charset=UTF-8">
<title><?php echo "$calendar_name - $display_date"; ?></title>
<link rel="stylesheet" type="text/css" href="styles/<?php echo $style_sheet.'/default.css'; ?>">
- <?php include ('./functions/event.js'); ?>
+ <?php include (BASE.'functions/event.js'); ?>
</head>
<body bgcolor="#FFFFFF">
-<?php include ('./header.inc.php'); ?>
+<?php include (BASE.'header.inc.php'); ?>
<center>
<table border="0" width="700" cellspacing="0" cellpadding="0">
<tr>

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