diff --git a/app/Config/Constants.php b/app/Config/Constants.php index 6caff61..e7c7b39 100644 --- a/app/Config/Constants.php +++ b/app/Config/Constants.php @@ -292,7 +292,9 @@ define('CLASS_ICONS', [ ]); //아이콘 및 Sound관련 + define('ICONS', [ + 'LOGO' => '', 'LOGIN' => '', 'LOGOUT' => '', 'LOCK' => '', diff --git a/app/Views/layouts/front/top_navigator.php b/app/Views/layouts/front/top_navigator.php index 0dc9a7a..7b3fdd1 100644 --- a/app/Views/layouts/front/top_navigator.php +++ b/app/Views/layouts/front/top_navigator.php @@ -1,10 +1,19 @@