모바일: 설문조사 스킨 css 호출 수정

This commit is contained in:
whitedot
2013-04-23 14:31:36 +09:00
parent b0b75dcb37
commit cc009cfdfa
2 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,8 @@
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<link rel="stylesheet" href="<?=$poll_skin_url?>/style.css">
<form name="fpoll" action="<?=G4_BBS_URL?>/poll_update.php" onsubmit="return fpoll_submit(this);" method="post">
<input type="hidden" name="po_id" value="<?=$po_id?>">
<input type="hidden" name="skin_dir" value="<?=$skin_dir?>">

View File

@ -2,6 +2,8 @@
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<link rel="stylesheet" href="<?=$poll_skin_url?>/style.css">
<div id="poll_result" class="new_win">
<h1><?=$g4['title']?></h1>