mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 14:52:24 +09:00
xe_guestbook 게시판 방명록 스킨 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3559 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
95a309adef
commit
d0ad79b6d1
112 changed files with 1630 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue