From 85ea44c1e396155317a74be76f70404ec2d64b1f Mon Sep 17 00:00:00 2001 From: Yasen Pramatarov Date: Wed, 19 Nov 2025 21:43:30 +0200 Subject: [PATCH] Redesigns register button --- plugins/register/bootstrap.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/register/bootstrap.php b/plugins/register/bootstrap.php index dbd6a9d..8d0d187 100644 --- a/plugins/register/bootstrap.php +++ b/plugins/register/bootstrap.php @@ -20,5 +20,7 @@ define('REGISTRATIONS_MAIN_MENU_POSITION', 30); register_hook('main_public_menu', function($ctx) { $section = defined('REGISTRATIONS_MAIN_MENU_SECTION') ? REGISTRATIONS_MAIN_MENU_SECTION : 'main'; $position = defined('REGISTRATIONS_MAIN_MENU_POSITION') ? REGISTRATIONS_MAIN_MENU_POSITION : 100; - echo '
  • register
  • '; + echo " "; });