From 8f17c95bcefc98c9045a0d7ae6c34be7322ada19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jillian=20=C3=96sterreich?= Date: Thu, 23 Jan 2025 13:23:58 +0700 Subject: [PATCH] fix: remove check that caused layout to move away --- Web/Presenters/templates/@layout.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Web/Presenters/templates/@layout.xml b/Web/Presenters/templates/@layout.xml index 1d89a192..2e8dc828 100644 --- a/Web/Presenters/templates/@layout.xml +++ b/Web/Presenters/templates/@layout.xml @@ -318,12 +318,8 @@ {if !OPENVK_ROOT_CONF['openvk']['preferences']['security']['disablePasswordRestoring']}{_forgot_password}{/if} {/ifset} + - {ifset $thisUser} - {if !$thisUser->isBanned() && !$thisUser->isDeleted()} - - {/if} - {/ifset}