From dae72651917ca292d41b2876136dc4d62f0a3859 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 13 Jul 2013 23:23:14 +0200 Subject: Add profile and change password links to nav Signed-off-by: Florian Pritz --- application/views/header.php | 11 ++++++++--- application/views/user/index.php | 4 +++- application/views/user/nav.php | 10 ++++++++++ 3 files changed, 21 insertions(+), 4 deletions(-) create mode 100644 application/views/user/nav.php (limited to 'application/views') diff --git a/application/views/header.php b/application/views/header.php index 0a717d6dc..7ed605bf3 100644 --- a/application/views/header.php +++ b/application/views/header.php @@ -56,9 +56,14 @@ if (is_cli_client() && !isset($force_full_html)) {
  • "> New
  • "> History
  • - -
  • "> Invite
  • - + diff --git a/application/views/user/index.php b/application/views/user/index.php index 891ecc083..9e6f48116 100644 --- a/application/views/user/index.php +++ b/application/views/user/index.php @@ -1 +1,3 @@ -Momentan eingeloggt als "".
    + diff --git a/application/views/user/nav.php b/application/views/user/nav.php new file mode 100644 index 000000000..26898fde8 --- /dev/null +++ b/application/views/user/nav.php @@ -0,0 +1,10 @@ + +
  • "> Invite
  • + + +
  • "> Profile
  • + + +
  • "> Change password
  • + + -- cgit v1.2.3-24-g4f1b