사용자: 아웃로그인 작업 중

This commit is contained in:
whitedot
2013-01-02 16:18:10 +09:00
parent 9109c1511b
commit 65e14a3fc7
3 changed files with 4 additions and 3 deletions

View File

@ -180,7 +180,7 @@ if ($member['mb_id'] && ($is_admin == 'super' || $group['gr_admin'] == $member['
include_once('./board_head.php');
echo '<script src="'.$g4['path'].'/js/sideview.js"></script>';
echo "<script src=\"".$g4['path']."/js/sideview.js\"></script>";
// 게시물 아이디가 있다면 게시물 보기를 INCLUDE
if (isset($wr_id) && $wr_id) {

View File

@ -70,4 +70,5 @@ include_once($g4['path'].'/lib/popular.lib.php');
<!-- 설치 완료 메세지 끝 -->
<? */ ?>
<div id="wrapper">
<div id="wrapper">
<? if (!$bo_table) {?><h1><?=$g4['title']?></h1><?}?>

View File

@ -32,7 +32,7 @@ else
?>
<section id="ol_before" class="outlogin">
<h2>사이트 회원</h2>
<h2>사이트 멤버쉽</h2>
<!-- 로그인 전 외부로그인 시작 -->
<form name="fhead" method="post" action="<?=$action_url?>" onsubmit="return fhead_submit(this);" autocomplete="off">
<fieldset>