From 649d99be0fb69dd3fd4367c4902da80dc67ad715 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Thu, 4 Jun 2020 19:47:48 +0200 Subject: [PATCH] Show badge in trophy list (admin panel) Closes #3355 --- wcfsetup/install/files/acp/templates/trophyList.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/wcfsetup/install/files/acp/templates/trophyList.tpl b/wcfsetup/install/files/acp/templates/trophyList.tpl index 6765947df2..b666f6501e 100644 --- a/wcfsetup/install/files/acp/templates/trophyList.tpl +++ b/wcfsetup/install/files/acp/templates/trophyList.tpl @@ -42,6 +42,7 @@ {foreach from=$objects item='trophy'}
  • + {@$trophy->renderTrophy(32)} {$trophy->getTitle()} -- 2.20.1