aboutsummaryrefslogtreecommitdiffstats
path: root/rss/index.php
diff options
context:
space:
mode:
authorfenner <fenner>2002-11-05 17:15:25 +0000
committerfenner <fenner>2002-11-05 17:15:25 +0000
commit11dfedcfa97cc4fc02c4dd1b1062e1ee50f8af49 (patch)
tree441296796fe0de53054a17ee91bd942c621e2b47 /rss/index.php
parente733ebb04946ce6631e0689a0977d875c4dcdad6 (diff)
downloadphpicalendar-11dfedcfa97cc4fc02c4dd1b1062e1ee50f8af49.tar.gz
phpicalendar-11dfedcfa97cc4fc02c4dd1b1062e1ee50f8af49.tar.bz2
phpicalendar-11dfedcfa97cc4fc02c4dd1b1062e1ee50f8af49.zip
Make sure to use BASE to find header.inc.php
Diffstat (limited to 'rss/index.php')
-rw-r--r--rss/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/rss/index.php b/rss/index.php
index 7491658..e2655a1 100644
--- a/rss/index.php
+++ b/rss/index.php
@@ -14,7 +14,7 @@ $default_path = 'http://'.$HTTP_SERVER_VARS['SERVER_NAME'].substr($HTTP_SERVER_V
<link rel="stylesheet" type="text/css" href="<?php echo BASE."styles/$style_sheet/default.css"; ?>">
</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>
@@ -77,4 +77,4 @@ $default_path = 'http://'.$HTTP_SERVER_VARS['SERVER_NAME'].substr($HTTP_SERVER_V
<?php include (BASE.'footer.inc.php'); ?>
</center>
</body>
-</html> \ No newline at end of file
+</html>

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