From 5c577a73ec8b5549ada0700058b8995fca75ccf5 Mon Sep 17 00:00:00 2001 From: deva Date: Fri, 12 Feb 2010 19:52:35 +0000 Subject: Temporarily removed the flyers. --- utils/modules/events.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/modules/events.php b/utils/modules/events.php index 5540159..d7c09f5 100644 --- a/utils/modules/events.php +++ b/utils/modules/events.php @@ -39,9 +39,11 @@ class Event { $str .= "\n"; $str .= "
" . date("D M jS Y", $this->time) . "
\n"; $str .= "
" . $content . "
\n"; + /* if($this->flyer) { $str .= " \"flyer\"prefix.$icon->file."\"/>\n"; } + */ $str .= "\n"; return $str; } -- cgit v1.2.3