diff options
-rw-r--r-- | utils/modules/events.php | 2 |
1 files changed, 2 insertions, 0 deletions
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 .= "</div>\n"; $str .= " <div class=\"event_time\">" . date("D M jS Y", $this->time) . "</div>\n"; $str .= " <div class=\"event_description\">" . $content . "</div>\n"; + /* if($this->flyer) { $str .= " <img class=\"event_flyer\" alt=\"flyer\" src=\"".$icon->prefix.$icon->file."\"/>\n"; } + */ $str .= "</div>\n"; return $str; } |