diff --git a/application/controllers/site.php b/application/controllers/site.php
index 1534cbe..fd63eb2 100644
--- a/application/controllers/site.php
+++ b/application/controllers/site.php
@@ -174,8 +174,13 @@ public function register() {
$this->email->to($this->input->post('email'));
$this->email->subject(PLATFORM_NAME.' Source Code Download link');
$message = "Welcome to ".PLATFORM_NAME."
";
- $message .= "Please click below link to Download code.
Click Here";
- $message .= "
Note: This is system generated e-mail. Please do not reply
";
+ $message .= "Please click below link to Download code.
+
Click Here";
+ $message .= "
+ Note: This is system generated e-mail. Please do not reply
";
$message .= "
".PLATFORM_NAME."";
$this->email->message($message);
$this->email->set_mailtype('html');
@@ -216,7 +221,8 @@ public function contact() {
$this->email->set_mailtype('html');
$this->email->send();
- $this->session->set_flashdata('validate', array('message' => "Message sent successfuly", 'type' => 'success'));
+ $this->session->set_flashdata('validate', array('message' => "Message
+ sent successfuly", 'type' => 'success'));
redirect(base_url());
}
$data['active_tab'] = 'contact';
diff --git a/application/views/apimaker/add.php b/application/views/apimaker/add.php
index 8085ace..5e0a522 100644
--- a/application/views/apimaker/add.php
+++ b/application/views/apimaker/add.php
@@ -7,14 +7,16 @@
@@ -53,7 +55,8 @@
-
+
diff --git a/application/views/apimaker/edit.php b/application/views/apimaker/edit.php
index ffe5992..46bdc9d 100644
--- a/application/views/apimaker/edit.php
+++ b/application/views/apimaker/edit.php
@@ -7,14 +7,16 @@
| |||
-
+
-
+
-
+
diff --git a/application/views/apimaker/index.php b/application/views/apimaker/index.php
index 8bc29b9..fa5d495 100644
--- a/application/views/apimaker/index.php
+++ b/application/views/apimaker/index.php
@@ -1,4 +1,7 @@
-
+
Add Dropdown API
Dropdown API Maker@@ -6,7 +9,8 @@
-
|