사용자: 설치 완료 메세지 나오는 조건 변경
This commit is contained in:
@ -83,7 +83,7 @@ p {margin:5px 0;padding:10px 0;line-height:1.5em}
|
|||||||
#ol_after footer a {display:inline-block;padding:0 5px}
|
#ol_after footer a {display:inline-block;padding:0 5px}
|
||||||
|
|
||||||
/* 설문조사 */
|
/* 설문조사 */
|
||||||
#poll {width:198px;border:1px solid #d7d7d7;font-size:0.75em}
|
#poll {width:198px;border:1px solid #d7d7d7;background:#fff;font-size:0.75em}
|
||||||
#poll header {padding:10px 10px 1px;background:#f8f9fa}
|
#poll header {padding:10px 10px 1px;background:#f8f9fa}
|
||||||
#poll h2 {display:inline-block;font-size:1em}
|
#poll h2 {display:inline-block;font-size:1em}
|
||||||
#poll p {padding:0}
|
#poll p {padding:0}
|
||||||
|
|||||||
4
head.php
4
head.php
@ -46,7 +46,7 @@ include_once($g4['path'].'/lib/popular.lib.php');
|
|||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<? /* ?>
|
<? /* if ($index || 게시판이 하나도 없을때) { ?>
|
||||||
<!-- 설치 완료 메세지 -->
|
<!-- 설치 완료 메세지 -->
|
||||||
<article id="install_done">
|
<article id="install_done">
|
||||||
<h1>Welcome to Gnuboard 4s</h1>
|
<h1>Welcome to Gnuboard 4s</h1>
|
||||||
@ -71,7 +71,7 @@ include_once($g4['path'].'/lib/popular.lib.php');
|
|||||||
</section>
|
</section>
|
||||||
</article>
|
</article>
|
||||||
<!-- 설치 완료 메세지 끝 -->
|
<!-- 설치 완료 메세지 끝 -->
|
||||||
<? */ ?>
|
<? }*/ ?>
|
||||||
|
|
||||||
<div id="wrapper">
|
<div id="wrapper">
|
||||||
<? if (!$bo_table) {?><h1><?=$g4['title']?></h1><?}?>
|
<? if (!$bo_table) {?><h1><?=$g4['title']?></h1><?}?>
|
||||||
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
include_once('./_common.php');
|
include_once('./_common.php');
|
||||||
include_once($g4['path'].'/lib/latest.lib.php');
|
include_once($g4['path'].'/lib/latest.lib.php');
|
||||||
|
$index = 1;
|
||||||
$g4['title'] = '';
|
$g4['title'] = '';
|
||||||
include_once('./_head.php');
|
include_once('./_head.php');
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user