mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
commit
9b13dfd127
1 changed files with 1 additions and 1 deletions
|
|
@ -909,7 +909,7 @@ class contentItem extends BaseObject
|
|||
|
||||
$attrs = array();
|
||||
if($this->get('title_bold') == 'Y') $attrs[] = 'font-weight:bold';
|
||||
if($this->get('title_color') && $this->get('title_color') != 'N') $attrs[] = 'color:#'.$this->get('title_color');
|
||||
if($this->get('title_color') && $this->get('title_color') != 'N') $attrs[] = 'color:#' . ltrim($this->get('title_color'), '#');
|
||||
|
||||
if(count($attrs)) $title = sprintf("<span style=\"%s\">%s</span>", implode(';', $attrs), $title);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue