mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-10-20 21:03:27 +02:00
layout aside cleanup
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<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'];?>.
|
||||
Welcome, <?php echo $user_data['name']; ?>.
|
||||
</div>
|
||||
<div class="body">
|
||||
<ul class="linkbuttons">
|
||||
|
Reference in New Issue
Block a user