FIX - переменная USER
This commit is contained in:
parent
5f8a9f60d6
commit
aed37ab481
|
|
@ -55,4 +55,4 @@ if (App::$user && App::$user->id) {
|
|||
</div>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
<?= $user ? '' : self::renderPartial('modals/login.php', null, true) ?>
|
||||
<?= App::$user ? '' : self::renderPartial('modals/login.php', null, true) ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue