php - Display a PNG favicon in CakePHP -


how show png favicon in cakephp? i'm using $this->html->meta('icon') looks .ico in root. how change looks .png?

$this->html->meta('icon', $this->html->url('/favicon.png')); 

Comments

Popular posts from this blog

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -

Python __call__ special method practical example -