JVBase.php
@@ -123,7 +123,7 @@ 'forms' => new FormRoutes() ]; if (Site::has('magicLink')) { if (Site::has('magic_link')) { // $this->routes['magicLink'] = new MagicLinkRoutes(); $this->managers['magicLink'] = new MagicLinkManager(); } @@ -374,10 +374,10 @@ ?> <section class="main-actions"> <div class="buttons col"> <?= implode($buttons); ?> <?= implode('', $buttons); ?> </div> <div class="actions"> <?= implode($contents); ?> <?= implode('', $contents); ?> </div> </section> <?php