From f863f26908d63c4453889fa47dbcc004a643305c Mon Sep 17 00:00:00 2001 From: filesite Date: Sun, 6 Mar 2022 22:21:44 +0800 Subject: [PATCH] UI update --- controller/SiteController.php | 6 +++--- views/layout/main.php | 2 +- views/site/index.php | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) 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