return $this->liipCacheHelper->getBrowserPath($path, $thumb); | return $this->liipCacheHelper->getBrowserPath($path, $thumb); | ||||
} else { | } else { | ||||
return $this->liipCacheHelper->getBrowserPath('assets/img/frontend/' . $default, $thumb); | |||||
return $this->liipCacheHelper->getBrowserPath($this->getFileManagerFolder() . '/' . $default, $thumb); | |||||
} | } | ||||
} | } | ||||