diff --git a/views/inbox.html b/views/inbox.html index 30c89b5..7aa1a0f 100644 --- a/views/inbox.html +++ b/views/inbox.html @@ -1,9 +1,23 @@ -

Answers you got:

- - - -{loop="$words"} - -{/loop} - -
{$value.author} wrote that you are {$value.first}, {$value.second} and {$value.third}
\ No newline at end of file +{include="layout"} +{include="navbar"} +
+
+
+ +
+
+

Answers you got:

+ + + {loop="$words"} + + {/loop} + +
{$value.author} wrote that you are {$value.first}, {$value.second} and {$value.third}
+
+
+
+{include="footer"} diff --git a/views/login.html b/views/login.html index 0a10417..d2ce75d 100644 --- a/views/login.html +++ b/views/login.html @@ -1,12 +1,17 @@ -
-
- - -
-
- - -
- - -
\ No newline at end of file +{include="layout"} +{include="navbar"} +
+
+
+ + +
+
+ + +
+ + +
+
+{include="footer"} \ No newline at end of file diff --git a/views/settings.html b/views/settings.html index 12bff7d..31ec6c9 100644 --- a/views/settings.html +++ b/views/settings.html @@ -1,29 +1,44 @@ -
-
- - +{include="layout"} +{include="navbar"} +
+
+
+
-
- +
+ +
+ + +
+
+ +
+ +
+ + +
+ + +
+
+
+ + +
+
+ + +
+ +
- -
- - -
- - -
-
-
- - -
-
- - -
- -
\ No newline at end of file +
+
+{include="footer"} \ No newline at end of file diff --git a/views/ucp.html b/views/ucp.html deleted file mode 100644 index 753b4f1..0000000 --- a/views/ucp.html +++ /dev/null @@ -1,24 +0,0 @@ -{include="layout"} -{include="navbar"} -
-{if="$logged_in"} -
-
- -
-
- {if="$ucp_page === 'inbox'"} - {include="inbox"} - {else} - {include="settings"} - {/if} -
-
-{else} - {include="login"} -{/if} -
-{include="footer"} \ No newline at end of file