aboutsummaryrefslogtreecommitdiffstats
path: root/functions/template.php
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2008-12-18 09:22:23 +0000
committerJim Hu <jimhu@users.sourceforge.net>2008-12-18 09:22:23 +0000
commitfc4ef652b9565c913a805c3f4010cd1c95476196 (patch)
tree823dc7bb4222c980e3f3d7573c2639f4f6d06b88 /functions/template.php
parentc11f05eba87d73124d3afa2dfa607d0ca0857bd4 (diff)
downloadphpicalendar-fc4ef652b9565c913a805c3f4010cd1c95476196.tar.gz
phpicalendar-fc4ef652b9565c913a805c3f4010cd1c95476196.tar.bz2
phpicalendar-fc4ef652b9565c913a805c3f4010cd1c95476196.zip
recurrence changes, add recur_tests calendars subdirectory, fix cpath
Diffstat (limited to 'functions/template.php')
-rw-r--r--functions/template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/template.php b/functions/template.php
index b6e1e2d..ed73672 100644
--- a/functions/template.php
+++ b/functions/template.php
@@ -946,7 +946,7 @@ class Page {
} else {
$start2 = date($timeFormat_small, $val['start_unixtime']);
if ($type == 'large') {
- $switch['EVENT'] .= '<div class="V9"><img src="templates/'.$phpiCal_config->template.'/images/monthdot_'.$event_calno.'.gif" alt="" width="9" height="9" border="0" />';
+ @$switch['EVENT'] .= '<div class="V9"><img src="templates/'.$phpiCal_config->template.'/images/monthdot_'.$event_calno.'.gif" alt="" width="9" height="9" border="0" />';
$switch['EVENT'] .= openevent($daylink, $cal_time, $uid, $val, $month_event_lines, 10, 'ps3', "$start2 ").'';
$switch['EVENT'] .= (isset($val['location']) && $val['location'] != '') ? "<br />".$val['location']."<br />" : '';
$switch['EVENT'] .= '</div>';

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