모바일: 인기검색어스킨, 방문자집계스킨 스타일시트 호출 whitedot

This commit is contained in:
whitedot
2013-03-13 09:30:42 +09:00
parent 1091fc8f30
commit 1f031b62b1
2 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,8 @@
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<link rel="stylesheet" href="<?=$popular_skin_url?>/style.css">
<section id="popular">
<div>
<h2>인기검색어</h2>

View File

@ -4,6 +4,8 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
global $is_admin;
?>
<link rel="stylesheet" href="<?=$visit_skin_url?>/style.css">
<section id="visit">
<div>
<h2>방문자집계</h2>