';
// --- use CSS Hero background image ---
$cssherobg = bioship_file_hierarchy('url','csshero-hover.jpg',array('images'));
if ($cssherobg) {
$rec .= '';
}
}
}
// if (!$rec) {
// TODO: maybe add a fallback recommendation ?
// }
// --- filter and return ---
// 2.0.1: add filter override for recommendation
$rec = bioship_apply_filters('admin_page_recommendations', $rec);
return $rec;
}
}