Account::isAsset($file)
Version 3.9
Return true, if account has given asset
Version 3.9
Return true, if account has given asset
Bool
Add stylesheet if it exists:
if ( $this->get('account')->isAsset('style.css') ){
$css .= $this->get('account')->getAsset('style.css');
}