From 67e40e5ab0394c47da62ad367da946d1f94a4b4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Sat, 31 Jan 2026 18:51:32 +0900 Subject: [PATCH] =?UTF-8?q?fix:SAM=20=EB=A1=9C=EA=B3=A0=20=EB=B0=8F=20favi?= =?UTF-8?q?con=20=EC=8A=A4=ED=83=80=EC=9D=BC=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 로고: 빨간색 화살표 아이콘 + SAM + 서브타이틀 - Favicon: SVG 빨간색 화살표로 변경 - 적용 페이지: index.php, barobill/etax, salesmanagement Co-Authored-By: Claude Opus 4.5 --- barobill/etax/index.php | 11 ++++++++--- index.php | 11 ++++++++--- lib/meta_common.php | 22 +++++++++++++++------- salesmanagement/index.php | 15 ++++++++++----- 4 files changed, 41 insertions(+), 18 deletions(-) diff --git a/barobill/etax/index.php b/barobill/etax/index.php index 1f25f5e..d676202 100644 --- a/barobill/etax/index.php +++ b/barobill/etax/index.php @@ -64,10 +64,15 @@ $mngUrl = (strpos($currentHost, 'sam.kr') !== false)
{/* Logo Section */}
window.location.href='../../index.php'}> -
- S +
+ + + +
+
+ SAM + Smart Automation Management
- CodeBridgeX SAM

전자세금계산서

diff --git a/index.php b/index.php index b5ce144..3627334 100644 --- a/index.php +++ b/index.php @@ -165,10 +165,15 @@ $mngUrl = (strpos($currentHost, 'sam.kr') !== false)
-
- S +
+ + + +
+
+ SAM + Smart Automation Management
- CodeBridgeX SAM
diff --git a/lib/meta_common.php b/lib/meta_common.php index 627a088..4c43888 100644 --- a/lib/meta_common.php +++ b/lib/meta_common.php @@ -12,18 +12,26 @@ if ($depth > 0) { $salesBasePath = str_repeat('../', $depth); } -// 로고 HTML 컴포넌트 +// 로고 HTML 컴포넌트 (SAM 스타일) $samLogoHtml = ' -
S
- CodeBridgeX SAM +
+ + + +
+
+ SAM + Smart Automation Management +
'; + +// SVG favicon (빨간색 화살표) +$svgFavicon = 'data:image/svg+xml,'; ?> - + + - - - diff --git a/salesmanagement/index.php b/salesmanagement/index.php index ee1f8d4..a255d71 100644 --- a/salesmanagement/index.php +++ b/salesmanagement/index.php @@ -167,12 +167,17 @@