Beispiel #1
0
 public function __construct(Event $event)
 {
     parent::__construct("website/application/presentation/templates/sections/event.php");
     $this->event = $event;
     $this->setEventLinkName($event->getEventLinkName());
     $this->setEventLink($event->getEventLink());
     // set the gui date
     $this->setEventYear(date("Y", $event->getDate()));
     $this->setEventDay(date("d", $event->getDate()));
     $this->applyEventWeekday();
     $this->applyEventMonth();
 }
Beispiel #2
0
 public function __construct()
 {
     parent::__construct("website/application/presentation/templates/sections/konzerte.php");
 }
Beispiel #3
0
 public function __construct()
 {
     parent::__construct("website/application/presentation/templates/footer.php");
 }
Beispiel #4
0
 public function __construct()
 {
     parent::__construct("website/application/presentation/templates/singlepages/projekt.php");
 }
Beispiel #5
0
 public function __construct()
 {
     parent::__construct("website/application/presentation/templates/error.html");
 }
Beispiel #6
0
 public function __construct()
 {
     parent::__construct("website/application/presentation/templates/sections/downloads.php");
 }
 public function __construct()
 {
     parent::__construct("website/application/presentation/templates/sections/galleryitemview.php");
 }