Commit 23e5d8e03b97f7212de33a703e9a01a0066fe551

Authored by alex
1 parent cadfdb4d

add speakers page

frontend/controllers/SiteController.php
... ... @@ -98,11 +98,14 @@
98 98 );
99 99 }
100 100  
101   - /**
102   - * Displays about page.
103   - *
104   - * @return mixed
105   - */
  101 +
  102 +
  103 +
  104 + public function actionSpeakers(){
  105 + return $this->render('speakers');
  106 + }
  107 +
  108 +
106 109 public function actionAbout()
107 110 {
108 111 return $this->render('about');
... ...
frontend/views/site/speakers.php 0 → 100644