diff --git a/plugins/register/bootstrap.php b/plugins/register/bootstrap.php index 8d0d187..220c9be 100644 --- a/plugins/register/bootstrap.php +++ b/plugins/register/bootstrap.php @@ -20,7 +20,8 @@ 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 " "; });