mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
rhymix_content class 추가
This commit is contained in:
parent
ed7c0ab8bb
commit
8ccfd963b6
23 changed files with 35 additions and 35 deletions
|
|
@ -446,7 +446,7 @@ class commentItem extends BaseObject
|
|||
{
|
||||
$member_srl = 0;
|
||||
}
|
||||
$content = vsprintf('<!--BeforeComment(%d,%d)--><div class="comment_%d_%d xe_content%s">%s</div><!--AfterComment(%d,%d)-->', array(
|
||||
$content = vsprintf('<!--BeforeComment(%d,%d)--><div class="comment_%d_%d rhymix_content xe_content%s">%s</div><!--AfterComment(%d,%d)-->', array(
|
||||
$this->comment_srl, $member_srl, $this->comment_srl, $member_srl, $additional_class, $content, $this->comment_srl, $member_srl
|
||||
));
|
||||
}
|
||||
|
|
@ -454,7 +454,7 @@ class commentItem extends BaseObject
|
|||
{
|
||||
if($add_xe_content_class)
|
||||
{
|
||||
$content = sprintf('<div class="xe_content%s">%s</div>', $additional_class, $content);
|
||||
$content = sprintf('<div class="rhymix_content xe_content%s">%s</div>', $additional_class, $content);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue