From bbeebe96ad4b09aae4a39a245d8ed5a3af1a36bb Mon Sep 17 00:00:00 2001 From: devosc Date: Sun, 3 Jul 2022 21:31:29 -0500 Subject: [PATCH] PHP 8.1 --- view/about/more/layout.blade.php | 4 ++-- view/layout/layout.phtml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/view/about/more/layout.blade.php b/view/about/more/layout.blade.php index de0acd4..365a879 100644 --- a/view/about/more/layout.blade.php +++ b/view/about/more/layout.blade.php @@ -219,8 +219,8 @@ class="{{ '/overview' == $path ? ' active' : '' }} pl-0 nav-link d-inline-block" @assign($user, $this->plugin('user')) @if($user->authenticated()) - - + + @else diff --git a/view/layout/layout.phtml b/view/layout/layout.phtml index 35f8c99..6805a0c 100644 --- a/view/layout/layout.phtml +++ b/view/layout/layout.phtml @@ -225,8 +225,8 @@ $user = $this->plugin('user'); if ($user->authenticated()) { - echo '', - '', + echo '', + '', ''; } else { echo '';