aboutsummaryrefslogtreecommitdiffstats
path: root/includes
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-09-14 18:31:14 +0000
committerChad Little <clittle@users.sourceforge.net>2003-09-14 18:31:14 +0000
commit8d7c7a28239f6ec6d8bcda2cb883c7a5e8cb4db6 (patch)
tree948bd4d9de4ffa016098bce86ca328d2fb8c9f58 /includes
parentd6173b28f3c244217dac1d962f33f1cba91eb3f8 (diff)
downloadphpicalendar-8d7c7a28239f6ec6d8bcda2cb883c7a5e8cb4db6.tar.gz
phpicalendar-8d7c7a28239f6ec6d8bcda2cb883c7a5e8cb4db6.tar.bz2
phpicalendar-8d7c7a28239f6ec6d8bcda2cb883c7a5e8cb4db6.zip
Fixed SF Bug #795098
Diffstat (limited to 'includes')
-rw-r--r--includes/event.php8
-rw-r--r--includes/todo.php8
2 files changed, 8 insertions, 8 deletions
diff --git a/includes/event.php b/includes/event.php
index a98cd8d..45f262e 100644
--- a/includes/event.php
+++ b/includes/event.php
@@ -89,7 +89,7 @@ $calendar_name2 = str_replace('\\', '', $calendar_name2);
<body bgcolor="#eeeeee"><center>
<table border="0" width="430" cellspacing="0" cellpadding="0" class="calborder">
<tr>
- <td align="left" valign="top" width="1%" class="sideback"><img src="images/spacer.gif" width="1" height="20" alt=" "></td>
+ <td align="left" valign="top" width="1%" class="sideback"><img src="../images/spacer.gif" width="1" height="20" alt=" "></td>
<td align="center" width="98%" class="sideback"><font class="G10BOLD">
<?php
if ($calendar_name == 'all_calenders_combined971') {
@@ -102,7 +102,7 @@ $calendar_name2 = str_replace('\\', '', $calendar_name2);
<td align="right" valign="top" width="1%" class="sideback"></td>
</tr>
<tr>
- <td colspan="3"><img src="images/spacer.gif" width="1" height="6" alt=" "></td>
+ <td colspan="3"><img src="../images/spacer.gif" width="1" height="6" alt=" "></td>
</tr>
<tr>
<td colspan="3">
@@ -112,13 +112,13 @@ $calendar_name2 = str_replace('\\', '', $calendar_name2);
if ($start == '' && $end == '' && (isset($start) && isset($end))) $event_times = ' - <font class="V9">(<i>'.$all_day_lang.'</i>)</font>';
?>
<tr>
- <td width="1%"><img src="images/spacer.gif" width="6" height="1" alt=" "></td>
+ <td width="1%"><img src="../images/spacer.gif" width="6" height="1" alt=" "></td>
<td align="left" colspan="2" class="V12"><?php echo $event.' '.$event_times.'<br><br>'; ?></td>
</tr>
<?php if ($description) { ?>
<tr>
- <td width="1%"><img src="images/spacer.gif" width="6" height="1" alt=" "></td>
+ <td width="1%"><img src="../images/spacer.gif" width="6" height="1" alt=" "></td>
<td align="left" colspan="2" class="V12">
<?php echo ereg_replace("[[:alpha:]]+://[^<>[:space:]]+[[:alnum:]/]",
'<a target="_new" href="\0">\0</a>', $description); ?></td>
diff --git a/includes/todo.php b/includes/todo.php
index ec84a02..b721875 100644
--- a/includes/todo.php
+++ b/includes/todo.php
@@ -79,24 +79,24 @@ if (isset($vtodo_array['priority']) && ($vtodo_array['priority'] !== '')) {
<body bgcolor="#eeeeee"><center>
<table border="0" width="430" cellspacing="0" cellpadding="0" class="calborder">
<tr>
- <td align="left" valign="top" width="1%" class="sideback"><img src="images/spacer.gif" width="1" height="20" alt=" "></td>
+ <td align="left" valign="top" width="1%" class="sideback"><img src="../images/spacer.gif" width="1" height="20" alt=" "></td>
<td align="center" width="98%" class="sideback"><font class="G10BOLD"><?php echo "$calendar_name $calendar_lang"; ?></font></td>
<td align="right" valign="top" width="1%" class="sideback"></td>
</tr>
<tr>
- <td colspan="3"><img src="images/spacer.gif" width="1" height="6" alt=" "></td>
+ <td colspan="3"><img src="../images/spacer.gif" width="1" height="6" alt=" "></td>
</tr>
<tr>
<td colspan="3">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
- <td width="1%"><img src="images/spacer.gif" width="6" height="1" alt=" "></td>
+ <td width="1%"><img src="../images/spacer.gif" width="6" height="1" alt=" "></td>
<td align="left" colspan="2" class="V12"><?php echo ereg_replace("[[:alpha:]]+://[^<>[:space:]]+[[:alnum:]/]",'<a target="_new" href="\0">\0</a>',$vtodo_text).'<br /><br />'; ?></td>
</tr>
<?php if ($description) { ?>
<tr>
- <td width="1%"><img src="images/spacer.gif" width="6" height="1" alt=" "></td>
+ <td width="1%"><img src="../images/spacer.gif" width="6" height="1" alt=" "></td>
<td align="left" colspan="2" class="V12">
<?php echo ereg_replace("[[:alpha:]]+://[^<>[:space:]]+[[:alnum:]/]", '<a target="_new" href="\0">\0</a>', $description); ?></td>
</tr>

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