From 22b6210caf00852a723fe243dcb61ec3c0f32a08 Mon Sep 17 00:00:00 2001 From: Dan Date: Mon, 17 Mar 2025 20:17:54 +0700 Subject: [PATCH] Update htmly.php --- system/htmly.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/system/htmly.php b/system/htmly.php index 449c721..2795fb9 100644 --- a/system/htmly.php +++ b/system/htmly.php @@ -3098,7 +3098,7 @@ get('/admin/field/post', function () { 'type' => 'is_admin-content', 'is_admin' => true, 'bodyclass' => 'admin-content', - 'breadcrumb' => '' . config('breadcrumb.home') . ' » ' . i18n('post') + 'breadcrumb' => '' . config('breadcrumb.home') . ' » ' . '' .i18n('custom_fields').' » ' . i18n('post') )); } else { $login = site_url() . 'login'; @@ -3138,7 +3138,7 @@ get('/admin/field/page', function () { 'type' => 'is_admin-content', 'is_admin' => true, 'bodyclass' => 'admin-content', - 'breadcrumb' => '' . config('breadcrumb.home') . ' » ' . i18n('page') + 'breadcrumb' => '' . config('breadcrumb.home') . ' » ' . '' .i18n('custom_fields').' » ' .i18n('page') )); } else { $login = site_url() . 'login'; @@ -3177,7 +3177,7 @@ get('/admin/field/subpage', function () { 'type' => 'is_admin-content', 'is_admin' => true, 'bodyclass' => 'admin-content', - 'breadcrumb' => '' . config('breadcrumb.home') . ' » ' . i18n('subpage') + 'breadcrumb' => '' . config('breadcrumb.home') . ' » ' . '' .i18n('custom_fields').' » ' .i18n('subpage') )); } else { $login = site_url() . 'login'; @@ -3216,7 +3216,7 @@ get('/admin/field/profile', function () { 'type' => 'is_admin-content', 'is_admin' => true, 'bodyclass' => 'admin-content', - 'breadcrumb' => '' . config('breadcrumb.home') . ' » ' . i18n('profile') + 'breadcrumb' => '' . config('breadcrumb.home') . ' » ' . '' .i18n('custom_fields').' » ' .i18n('profile') )); } else { $login = site_url() . 'login';