diff --git a/app/Controllers/Home.php b/app/Controllers/Home.php index 601582c..964e4fe 100644 --- a/app/Controllers/Home.php +++ b/app/Controllers/Home.php @@ -18,6 +18,8 @@ class Home extends BaseController } public function contact() { - return view('contact'); + $data =[]; + $data['message'] = ''; + return view('contact',$data); } } diff --git a/app/Views/about.php b/app/Views/about.php index 63f0f76..2326ac4 100644 --- a/app/Views/about.php +++ b/app/Views/about.php @@ -13,8 +13,8 @@
@@ -41,7 +41,8 @@ - include('ext/sideitem.php'); ?> + FFFF + include('/app/Views/ext/sideitem.php'); ?> diff --git a/app/Views/contact.php b/app/Views/contact.php index 47aef44..ff24fbd 100644 --- a/app/Views/contact.php +++ b/app/Views/contact.php @@ -56,7 +56,7 @@