게시판 이름 ㅇ
This commit is contained in:
+8
-1
@@ -63,6 +63,13 @@ var isSecretBoard = <?=($isSecretBoard?'true':'false')?>; //
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
|
||||||
|
<div style='width:1000px;' class='tb_layout bg0'>
|
||||||
|
<?=$boardName?><br>
|
||||||
|
<?=backButton()?>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<table id='newArticle' class='bg0'>
|
<table id='newArticle' class='bg0'>
|
||||||
<thead>
|
<thead>
|
||||||
<tr><td colspan='2' class='newArticleHeader bg2'>새 게시물 작성</td>
|
<tr><td colspan='2' class='newArticleHeader bg2'>새 게시물 작성</td>
|
||||||
@@ -113,7 +120,7 @@ var isSecretBoard = <?=($isSecretBoard?'true':'false')?>; //
|
|||||||
</tr>
|
</tr>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<div style='width=1000px;' class='tb_layout bg0'>
|
<div style='width:1000px;' class='tb_layout bg0'>
|
||||||
<?=backButton()?><br>
|
<?=backButton()?><br>
|
||||||
<?=banner()?>
|
<?=banner()?>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user