diff --git a/www/application/views/profile.php b/www/application/views/profile.php deleted file mode 100644 index 9f3f2ed..0000000 --- a/www/application/views/profile.php +++ /dev/null @@ -1 +0,0 @@ - diff --git a/www/application/views/register.php b/www/application/views/register.php index cb638b4..e375ec1 100644 --- a/www/application/views/register.php +++ b/www/application/views/register.php @@ -2,7 +2,7 @@ $this->load->library('form_validation'); echo validation_errors(); echo form_open('register'); ?> - +

Register

First Name
diff --git a/www/application/views/templates/header.php b/www/application/views/templates/header.php index de05d9c..9b498e7 100644 --- a/www/application/views/templates/header.php +++ b/www/application/views/templates/header.php @@ -1,10 +1,10 @@ - - Twitter Clone - - - - - + + Twitter Clone + + + + + diff --git a/www/application/views/user.php b/www/application/views/user.php index 1accc25..16a0d28 100644 --- a/www/application/views/user.php +++ b/www/application/views/user.php @@ -1,17 +1,22 @@ -

Tweets Feed

-
-
- -
- - - -
-
- - -
- -
-
+
+

My Tweets

+ +
+
+
+ " . $post['first_name'] . " " . $post['last_name'] . ""; ?> + " . "@" . $post['username'] . "";?> +
+
+ +
+
+
+
+ +
+
+
+ +