From 06583183ab51094b3bf38ec34503f907047c2fcb Mon Sep 17 00:00:00 2001 From: Ike Date: Fri, 11 Oct 2019 23:08:02 +0200 Subject: Allow conference to override the not-started-yet page contents --- model/Conference.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'model/Conference.php') diff --git a/model/Conference.php b/model/Conference.php index 099e3ce..26bcc8b 100644 --- a/model/Conference.php +++ b/model/Conference.php @@ -188,6 +188,13 @@ class Conference extends ModelBase return $this->get('CONFERENCE.FOOTER_HTML'); } + public function hasNotStartedHtml() { + return $this->has('CONFERENCE.NOT_STARTED_HTML'); + } + public function getNotStartedHtml() { + return $this->get('CONFERENCE.NOT_STARTED_HTML'); + } + public function getRooms() { -- cgit v1.2.3