aboutsummaryrefslogtreecommitdiffstats
path: root/rss/index.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-10-24 06:27:04 +0000
committerChad Little <clittle@users.sourceforge.net>2002-10-24 06:27:04 +0000
commit83508e2f18660eb68a46de17dfa3ee13a39c724a (patch)
tree349ef0991a80b1dd3ee64f96a74e2802e9cc667f /rss/index.php
parentdd38bb9ee947c0755bba561817cd9be73232396d (diff)
downloadphpicalendar-83508e2f18660eb68a46de17dfa3ee13a39c724a.tar.gz
phpicalendar-83508e2f18660eb68a46de17dfa3ee13a39c724a.tar.bz2
phpicalendar-83508e2f18660eb68a46de17dfa3ee13a39c724a.zip
Footer tweeks, addition to config and lang files.
Diffstat (limited to 'rss/index.php')
-rw-r--r--rss/index.php16
1 files changed, 10 insertions, 6 deletions
diff --git a/rss/index.php b/rss/index.php
index 8570920..e0f96a4 100644
--- a/rss/index.php
+++ b/rss/index.php
@@ -18,7 +18,7 @@ include(BASE.'functions/ical_parser.php');
<table border="0" width="700" cellspacing="0" cellpadding="0">
<tr>
<td width="520" valign="top" align="center">
- <table width="520" border="0" cellspacing="0" cellpadding="0" class="calborder">
+ <table width="640" border="0" cellspacing="0" cellpadding="0" class="calborder">
<tr>
<td align="center" valign="middle">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="G10B">
@@ -34,15 +34,19 @@ include(BASE.'functions/ical_parser.php');
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="G10B">
<tr>
- <td align="center" valign="top">
+ <td width="2%"></td>
+ <td width="98%" valign="top">
<br>
- <?php echo $error_msg; ?>
+ This website is RSS enabled.<br>
<br>
+ <b>Day View:</b><br>
+ <?php echo $default_path.'/rss.php?cal='.$cal.'&rssview=day'; ?><br>
<br>
- <?php echo $error_calendar; ?>
+ <b>Week View:</b><br>
+ <?php echo $default_path.'/rss.php?cal='.$cal.'&rssview=week'; ?><br>
<br>
- <br>
- <?php echo $error_back_lang; ?>
+ <b>Month View:</b><br>
+ <?php echo $default_path.'/rss.php?cal='.$cal.'&rssview=month'; ?><br>
<br>
<br>
</td>

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