Merge branch 'master' of github.com:gnuboard/g4s
Conflicts: head.php
This commit is contained in:
10
head.php
10
head.php
@ -39,7 +39,11 @@ include_once($g4['path'].'/lib/popular.lib.php');
|
||||
<input type="submit" value="검색">
|
||||
</fieldset>
|
||||
</form>
|
||||
<<<<<<< HEAD
|
||||
<? if (!isset($bo_table)) {?><h1><?=$g4['title']?></h1><? } ?>
|
||||
=======
|
||||
<h1><?=$config['cf_title']?></h1>
|
||||
>>>>>>> c6d75730d63bbcb65a6e77baf559a24b33fb43c1
|
||||
</header>
|
||||
|
||||
<div>
|
||||
@ -48,3 +52,9 @@ include_once($g4['path'].'/lib/popular.lib.php');
|
||||
</div>
|
||||
|
||||
<div id="wrapper">
|
||||
<p>
|
||||
g4s 강좌 홈페이지에 오신 것을 환영합니다.
|
||||
</p>
|
||||
<p>
|
||||
<a href="<?=$g4['path']?>/bbs/board.php?bo_table=1">테스트용 게시판</a>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user