스킨설정이 없을경우 default 스킨을 가져오도록 추가

This commit is contained in:
kijin 2017-11-28 17:33:53 +09:00 committed by BJRambo
parent 75ea89e203
commit 9f15787dd2

View file

@ -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);