aboutsummaryrefslogtreecommitdiffstats
path: root/rss/index.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-11-20 00:57:23 +0000
committerChad Little <clittle@users.sourceforge.net>2002-11-20 00:57:23 +0000
commit2fb6d0c193647d2ee3b3d03f220b91394a0c75ca (patch)
tree30759e323f9a684423fdc807d1497690eca550c2 /rss/index.php
parent0678bd1272a6f674d4f2809ee72649969467c7e1 (diff)
downloadphpicalendar-2fb6d0c193647d2ee3b3d03f220b91394a0c75ca.tar.gz
phpicalendar-2fb6d0c193647d2ee3b3d03f220b91394a0c75ca.tar.bz2
phpicalendar-2fb6d0c193647d2ee3b3d03f220b91394a0c75ca.zip
Fixed nav on RSS index / cleaned up HTML on sidebar.
Diffstat (limited to 'rss/index.php')
-rw-r--r--rss/index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/rss/index.php b/rss/index.php
index 965a7d0..58c91d6 100644
--- a/rss/index.php
+++ b/rss/index.php
@@ -41,9 +41,9 @@ if (isset($HTTP_SERVER_VARS['HTTP_REFERER']) && $HTTP_SERVER_VARS['HTTP_REFERER'
<td align="right" width="90" class="navback">
<table width="90" border="0" cellpadding="0" cellspacing="0">
<tr>
- <td><?php echo '<a class="psf" href="day.php?cal='.$cal.'&getdate='.$getdate.'"><img src="'.BASE.'/styles/'.$style_sheet.'/day_on.gif" alt="" border="0"></td>'; ?>
- <td><?php echo '<a class="psf" href="week.php?cal='.$cal.'&getdate='.$getdate.'"><img src="'.BASE.'/styles/'.$style_sheet.'/week_on.gif" alt="" border="0"></td>'; ?>
- <td><?php echo '<a class="psf" href="month.php?cal='.$cal.'&getdate='.$getdate.'"><img src="'.BASE.'/styles/'.$style_sheet.'/month_on.gif" alt="" border="0"></td>'; ?>
+ <td><?php echo '<a class="psf" href="'.BASE.'day.php?cal='.$cal.'&getdate='.$getdate.'"><img src="'.BASE.'/styles/'.$style_sheet.'/day_on.gif" alt="" border="0"></td>'; ?>
+ <td><?php echo '<a class="psf" href="'.BASE.'week.php?cal='.$cal.'&getdate='.$getdate.'"><img src="'.BASE.'/styles/'.$style_sheet.'/week_on.gif" alt="" border="0"></td>'; ?>
+ <td><?php echo '<a class="psf" href="'.BASE.'month.php?cal='.$cal.'&getdate='.$getdate.'"><img src="'.BASE.'/styles/'.$style_sheet.'/month_on.gif" alt="" border="0"></td>'; ?>
</tr>
</table>
</td>

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