입구 사소한 버그 수정

- 관리자 페이지가 html여도 되므로 html로 변경
This commit is contained in:
2018-03-25 22:53:15 +09:00
parent 5e29443256
commit bc2c480986
5 changed files with 14 additions and 24 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<div id="admin_userlist">
<div class="bg2 section_title with_border"> </div>
<div class="center_ordered_items with_border bg0">
<a href="admin_userlist.php"><button class="with_skin" type="button">회원 관리</button></a>
<a href="admin_userlist.html"><button class="with_skin" type="button">회원 관리</button></a>
</div>
<div class="center_ordered_items with_border bg0">
<textarea cols="80" rows="3" id="notice_edit" name="notice"><?=$notice?></textarea>