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
Post a Comment