사용자: 아웃로그인 작업 중
This commit is contained in:
@ -180,7 +180,7 @@ if ($member['mb_id'] && ($is_admin == 'super' || $group['gr_admin'] == $member['
|
|||||||
|
|
||||||
include_once('./board_head.php');
|
include_once('./board_head.php');
|
||||||
|
|
||||||
echo '<script src="'.$g4['path'].'/js/sideview.js"></script>';
|
echo "<script src=\"".$g4['path']."/js/sideview.js\"></script>";
|
||||||
|
|
||||||
// 게시물 아이디가 있다면 게시물 보기를 INCLUDE
|
// 게시물 아이디가 있다면 게시물 보기를 INCLUDE
|
||||||
if (isset($wr_id) && $wr_id) {
|
if (isset($wr_id) && $wr_id) {
|
||||||
|
|||||||
3
head.php
3
head.php
@ -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><?}?>
|
||||||
@ -32,7 +32,7 @@ else
|
|||||||
?>
|
?>
|
||||||
|
|
||||||
<section id="ol_before" class="outlogin">
|
<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">
|
<form name="fhead" method="post" action="<?=$action_url?>" onsubmit="return fhead_submit(this);" autocomplete="off">
|
||||||
<fieldset>
|
<fieldset>
|
||||||
|
|||||||
Reference in New Issue
Block a user