mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 22:33:10 +09:00
스킨설정이 없을경우 default 스킨을 가져오도록 추가
This commit is contained in:
parent
75ea89e203
commit
9f15787dd2
1 changed files with 4 additions and 0 deletions
|
|
@ -1204,6 +1204,10 @@ class documentItem extends Object
|
|||
{
|
||||
$iconSkin = $documentConfig->icons;
|
||||
}
|
||||
if($iconSkin == null)
|
||||
{
|
||||
$iconSkin = 'default';
|
||||
}
|
||||
$path = sprintf('%s%s',getUrl(), "modules/document/tpl/icons/$iconSkin/");
|
||||
|
||||
$buffs = $this->getExtraImages($time_check);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue