xe_guestbook 게시판 방명록 스킨 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3559 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-01-21 12:56:55 +00:00
parent 95a309adef
commit d0ad79b6d1
112 changed files with 1630 additions and 1 deletions

View file

@ -25,6 +25,8 @@
$obj->module_srl = $this->module_srl;
if($obj->is_notice!='Y'||!$this->grant->manager) $obj->is_notice = 'N';
if(!$obj->title) $obj->title = cut_str(strip_tags($obj->content),20,'...');
// 관리자가 아니라면 게시글 색상/굵기 제거
if(!$this->grant->manager) {
unset($obj->title_color);