From: Valerie Pond Date: Tue, 7 Feb 2023 15:39:51 +0000 (+0000) Subject: Overview: Make top margin of bottom row smaller X-Git-Tag: 0.9~328 X-Git-Url: https://jfr.im/git/irc/unrealircd/unrealircd-webpanel.git/commitdiff_plain/4fc503d806fb32dc8d2ef286ceb4183ef54ad93f?ds=sidebyside;hp=df9ec3bdf5dd9f4596c0bdf48beb71fa26ac2e40 Overview: Make top margin of bottom row smaller --- diff --git a/index.php b/index.php index 1e966ec..9919d35 100644 --- a/index.php +++ b/index.php @@ -18,6 +18,9 @@ Hook::run(HOOKTYPE_PRE_OVERVIEW_CARD, $array_of_stats); */ $stats = (object) $array_of_stats; +$userlist = []; +Hook::run(HOOKTYPE_GET_USER_LIST, $userlist); +$num_of_panel_admins = count($userlist); ?>
@@ -226,13 +229,7 @@ $stats = (object) $array_of_stats;
- - -
+