layout aside cleanup

This commit is contained in:
Znote
2021-07-24 04:36:19 +02:00
parent f896b59e36
commit f011f782bd
4 changed files with 28 additions and 21 deletions

View File

@@ -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">