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 @@

About Us

@@ -41,7 +41,8 @@ - + FFFF + 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 @@

Send us a message

-
+
@@ -76,7 +76,8 @@
- + +
diff --git a/app/Views/services.php b/app/Views/services.php index 8d77ed5..eff0883 100644 --- a/app/Views/services.php +++ b/app/Views/services.php @@ -12,8 +12,8 @@

Services