Zend Framework 1.12 favicon shortcut icon -


i have problem getting

<link ...>  

tag added html code in output. problem is, link tag never shows (false paths irrelevant, need tag first). added variations of

$this->headlink()->headlink(array....);  

that can find google topic. think have problem of understanding how , zf php-code has added. stuck this. added in bootstrap, in controller, in view, in form... var_dump shows array field added (when no error occurs), has no effect html output.

any hints or great!

try 1 :-

<?php echo'<link rel="shortcut icon"  href="'.$this->baseurl("/images/favicon.ico").'"/>' ?> 

i sure work..


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

javascript - addthis share facebook and google+ url -

ios - Show keyboard with UITextField in the input accessory view -