diff --git a/frontend/controllers/SiteController.php b/frontend/controllers/SiteController.php index c179b7d..9dc465b 100755 --- a/frontend/controllers/SiteController.php +++ b/frontend/controllers/SiteController.php @@ -98,11 +98,14 @@ ); } - /** - * Displays about page. - * - * @return mixed - */ + + + + public function actionSpeakers(){ + return $this->render('speakers'); + } + + public function actionAbout() { return $this->render('about'); diff --git a/frontend/views/site/speakers.php b/frontend/views/site/speakers.php new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/frontend/views/site/speakers.php -- libgit2 0.21.4