diff --git a/mobile/tail.php b/mobile/tail.php
index 0a24c7033..048fa71fc 100644
--- a/mobile/tail.php
+++ b/mobile/tail.php
@@ -16,6 +16,8 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
+PC버전
+
include_once(G4_PATH."/tail.sub.php");
?>
\ No newline at end of file
diff --git a/tail.php b/tail.php
index b017a15cc..b962dd53d 100644
--- a/tail.php
+++ b/tail.php
@@ -29,6 +29,10 @@ if ($config['cf_include_tail']) {
+
+모바일 버전으로 보기
+}?>
+
include_once(G4_PATH."/tail.sub.php");
?>
\ No newline at end of file