I would like to know how you can remove the favicon from the Head of T3 Framework.
reason i am asking is so that i can replace the favicon.ico with a .png file.
Please post all new support queries in our New Forum.
<?php
// CUSTOM CSS
if (is_file(T3_TEMPLATE_PATH . '/css/custom.css')) {
$this->addStyleSheet(T3_TEMPLATE_URL . '/css/custom.css');
}
?>
<link type="image/vnd.microsoft.icon" rel="shortcut icon" href="/templates/t3_bs3_blank/local/favicon.ico">