Hi,
i have placed a function in <b>qa-theme.php</b>
function
function favicon()
{
qa_html_theme_base::favicon();
$this->output('<link rel="shortcut icon" href="'.$this->rooturl.'favicon/fav.ico" type="image/ico">');
$this->output('<link rel="shortcut icon" type="image/ico" href="favicon/frav.ico" />');
}
But favicon is not showing in title bar. What will be the problem?