summaryrefslogtreecommitdiff
path: root/utils/modules/events.php
diff options
context:
space:
mode:
Diffstat (limited to 'utils/modules/events.php')
-rw-r--r--utils/modules/events.php2
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;
}