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 " "; });