From d25690e3e99b204ed9a8793bdbf73477ea9937c8 Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Sun, 31 Jan 2021 01:51:22 +0900 Subject: [PATCH] Remove blacklist reason from admin layout --- modules/admin/tpl/layout.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/admin/tpl/layout.html b/modules/admin/tpl/layout.html index e784a5d53..e09152d5c 100644 --- a/modules/admin/tpl/layout.html +++ b/modules/admin/tpl/layout.html @@ -4,8 +4,7 @@

- {$lang->msg_warning} {$lang->msg_blacklisted_module}
- {$lang->get('admin.msg_blacklisted_reason.'.$blacklisted_plugin_name)} + {$lang->msg_warning} {$lang->msg_blacklisted_module}

{$content|noescape}