Add info pages for individual events

This commit is contained in:
2018-08-19 15:33:10 +02:00
parent b29106bcbe
commit 2b3d6d7026
3 changed files with 62 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ class SimpleEvent extends Event {
}
public function getURL() {
return '';
return ('/hendelser/info.php?id=' . $this->id);
}
public function getImageURL() {