diff --git a/bl-kernel/admin/themes/booty/css/bludit.bootstrap.css b/bl-kernel/admin/themes/booty/css/bludit.bootstrap.css index e99a96ae..7ccce8f3 100644 --- a/bl-kernel/admin/themes/booty/css/bludit.bootstrap.css +++ b/bl-kernel/admin/themes/booty/css/bludit.bootstrap.css @@ -24,10 +24,6 @@ a.text-danger:hover { } /* Buttons */ -.btn { - border-radius: 2px; -} - .btn-primary { background-color: #0078D4; border-color: #0078D4; diff --git a/bl-kernel/admin/themes/booty/html/sidebar.php b/bl-kernel/admin/themes/booty/html/sidebar.php index 5a2508b5..36835d03 100644 --- a/bl-kernel/admin/themes/booty/html/sidebar.php +++ b/bl-kernel/admin/themes/booty/html/sidebar.php @@ -31,30 +31,30 @@

p('Manage') ?>

diff --git a/bl-kernel/admin/views/dashboard.php b/bl-kernel/admin/views/dashboard.php index c1606fd5..a9d4269c 100644 --- a/bl-kernel/admin/views/dashboard.php +++ b/bl-kernel/admin/views/dashboard.php @@ -5,11 +5,21 @@

- g('hello') ?> + username(); + $user = new User($username); + $name = ''; + if ($user->nickname()) { + $name = $user->nickname(); + } elseif ($user->firstName()) { + $name = $user->firstName(); + } + ?> + g('hello').' '.$name ?>

-
+
+
@@ -122,7 +152,7 @@