diff options
| author | Elmar Ludwig <elmar.ludwig@uni-osnabrueck.de> | 2023-10-25 19:03:31 +0000 |
|---|---|---|
| committer | Elmar Ludwig <elmar.ludwig@uni-osnabrueck.de> | 2023-10-25 19:03:31 +0000 |
| commit | f45178e528cbf7aa45f1e1d4e026a12cbde8ef03 (patch) | |
| tree | e9561fa44e38e442ac6aa6379a67ae7286ac9d3f /templates | |
| parent | caa0ddefd2875bb307b4e100879393df98035b30 (diff) | |
drop login_info div with stats from start page, fixes #3390
Closes #3390
Merge request studip/studip!2309
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/index_nobody.php | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/templates/index_nobody.php b/templates/index_nobody.php index f687775..8376cb7 100644 --- a/templates/index_nobody.php +++ b/templates/index_nobody.php @@ -1,8 +1,5 @@ <?php /** - * @var int $num_active_courses - * @var int $num_registered_users - * @var int $num_online_users * @var bool $logout * @var string[] $plugin_contents */ @@ -85,29 +82,6 @@ if ($bg_mobile) { <? endif ?> </div> - - <div class="login_info"> - <div> - <?= _('Aktive Veranstaltungen') ?>: - <?= number_format($num_active_courses, 0, ',', '.') ?> - </div> - - <div> - <?= _('Registrierte NutzerInnen') ?>: - <?= number_format($num_registered_users, 0, ',', '.') ?> - </div> - - <div> - <?= _('Davon online') ?>: - <?= number_format($num_online_users, 0, ',', '.') ?> - </div> - - <div> - <a href="dispatch.php/siteinfo/show"> - <?= _('mehr') ?> … - </a> - </div> - </div> </footer> </article> |
