First commit
This commit is contained in:
24
app/ZnoteAAC/layout/widgets/myaccount.php
Normal file
24
app/ZnoteAAC/layout/widgets/myaccount.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<div class="well myaccount_widget widget" id="loginContainer">
|
||||
<div class="header">
|
||||
Welcome, <?php if ($config['ServerEngine'] !== 'OTHIRE') echo $user_data['name']; else echo $user_data['id'];?>.
|
||||
</div>
|
||||
<div class="body">
|
||||
<ul class="linkbuttons">
|
||||
<li>
|
||||
<a href='myaccount.php'>My Account</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='createcharacter.php'>Create Character</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='changepassword.php'>Change Password</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='settings.php'>Settings</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='logout.php'>Logout</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user