if (!function_exists('render_favicons')) {
function render_favicons($folder = IMAGES) {
$html = "";
/* Src: http://realfavicongenerator.net/favicon_result?file_id=p1avd9jap61od55nq1l2e1e2q7q76#.WAbP6I995D8 */
if (file_exists($folder)) {
$html .= "<link rel='apple-touch-icon' sizes='144x144' href='".$folder."favicons/apple-touch-icon.png'>\n";
$html .= "<link rel='icon' type='image/png' href='".$folder."favicons/favicon-32x32.png' sizes='32x32'>\n";
$html .= "<link rel='icon' type='image/png' href='".$folder."favicons/favicon-16x16.png' sizes='16x16'>\n";
$html .= "<link rel='manifest' href='".$folder."favicons/manifest.json'>\n";
$html .= "<link rel='mask-icon' href='".$folder."favicons/safari-pinned-tab.svg' color='#ccc'>\n";
$html .= "<meta name='theme-color' content='#ffffff'>\n";
}
return $html;
}
}
Category Forum
Content Administration - 9Labels
None yet
Statistics
3 participants
Notifications
You are not receiving notifications from this thread.
Related Questions