diff --git a/controller/SiteController.php b/controller/SiteController.php index 638e24d..b4f7c07 100644 --- a/controller/SiteController.php +++ b/controller/SiteController.php @@ -7,10 +7,10 @@ Class SiteController extends Controller { public function actionIndex() { //alert message test - $this->sendMsgToClient('Alert message - info', 'info'); - $this->sendMsgToClient('Alert message - success', 'success'); - $this->sendMsgToClient('Alert message - warning', 'warning'); $this->sendMsgToClient('Alert message - danger', 'danger'); + $this->sendMsgToClient('Alert message - warning', 'warning'); + $this->sendMsgToClient('Alert message - success', 'success'); + $this->sendMsgToClient('Alert message - info', 'info'); $pageTitle = "Welcome to FSC"; $viewName = 'index'; diff --git a/views/layout/main.php b/views/layout/main.php index 2e590b3..af90678 100644 --- a/views/layout/main.php +++ b/views/layout/main.php @@ -17,7 +17,7 @@ include_once $viewFile; ?> diff --git a/views/site/index.php b/views/site/index.php index 0496b92..57ac684 100644 --- a/views/site/index.php +++ b/views/site/index.php @@ -1,11 +1,11 @@

Welcome to FSC

-

FSC is the core lib of filesite.io, a small PHP Framework.

+

FSC is the core lib of filesite.io, a small PHP Framework.


App parameters