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

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -