게시판 이름 ㅇ

This commit is contained in:
2019-02-24 00:23:45 +09:00
parent 4c1790014f
commit 3e9cc367af
+8 -1
View File
@@ -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>