Add user control panel and ability to change own password

This commit is contained in:
2011-12-19 19:30:35 +00:00
parent bd676e558e
commit 0567763fba
4 changed files with 136 additions and 1 deletions

View File

@@ -15,6 +15,6 @@
{if $authenticated}
<p class="pull-right">
Logged in as <a href="#">{$user->username}</a>
Logged in as <a href="{$base_uri}usercp/">{$user->username}</a>
</p>
{/if}