Commit 23e5d8e03b97f7212de33a703e9a01a0066fe551
1 parent
cadfdb4d
add speakers page
Showing
2 changed files
with
8 additions
and
5 deletions
Show diff stats
frontend/controllers/SiteController.php
@@ -98,11 +98,14 @@ | @@ -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 | public function actionAbout() | 109 | public function actionAbout() |
107 | { | 110 | { |
108 | return $this->render('about'); | 111 | return $this->render('about'); |