모바일: 인기검색어스킨, 방문자집계스킨 스타일시트 호출 whitedot
This commit is contained in:
@ -2,6 +2,8 @@
|
|||||||
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="<?=$popular_skin_url?>/style.css">
|
||||||
|
|
||||||
<section id="popular">
|
<section id="popular">
|
||||||
<div>
|
<div>
|
||||||
<h2>인기검색어</h2>
|
<h2>인기검색어</h2>
|
||||||
|
|||||||
@ -4,6 +4,8 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
|||||||
global $is_admin;
|
global $is_admin;
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="<?=$visit_skin_url?>/style.css">
|
||||||
|
|
||||||
<section id="visit">
|
<section id="visit">
|
||||||
<div>
|
<div>
|
||||||
<h2>방문자집계</h2>
|
<h2>방문자집계</h2>
|
||||||
|
|||||||
Reference in New Issue
Block a user