관리자는 귀찮게 글쓰기 버튼을 누르지 말자.. 정보
관리자는 귀찮게 글쓰기 버튼을 누르지 말자..본문
list.skin.php 파일 제일하단
</script>
<? } ?>
소스밑에 아래 소스를 넣어주세요
바로 리스트로 돌릴려면.. 아래소스를 write_update.skin.php 에 넣어주세요
</script>
<? } ?>
소스밑에 아래 소스를 넣어주세요
<? if ($admin_href) { ?>
<?
// 글쓰기 출력
include_once("./write.php");
?>
<? } ?>
<?
// 글쓰기 출력
include_once("./write.php");
?>
<? } ?>
바로 리스트로 돌릴려면.. 아래소스를 write_update.skin.php 에 넣어주세요
<?
if ($g4[https_url])
$https_url = "$g4[url]/$g4[bbs]";
else
$https_url = ".";
if ($file_upload_msg)
alert($file_upload_msg, "{$https_url}/board.php?bo_table=$bo_table" . $qstr);
else
goto_url("{$https_url}/board.php?bo_table=$bo_table" . $qstr);
?>
if ($g4[https_url])
$https_url = "$g4[url]/$g4[bbs]";
else
$https_url = ".";
if ($file_upload_msg)
alert($file_upload_msg, "{$https_url}/board.php?bo_table=$bo_table" . $qstr);
else
goto_url("{$https_url}/board.php?bo_table=$bo_table" . $qstr);
?>
추천
2
2
댓글 1개

멋진팁 감사합니다 :) 관리가 한층더 쉽네요.. 저번에 관리자 화면도 그렇고 ^^