Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Elinam21 Friend
    #1001931

    How do i change the Favicon.ico location from /templates/ja_teline_v/favicon.ico

    to mysite/images/favicon.ico

    pavit Moderator
    #1001940

    Hello

    To change it open this file /libraries/joomla/document/html.php at line 304 you should have this code

    $href = str_replace('\\', '/', $href);
    $this->addHeadLink($href, $relation, 'rel', array('type' => $type));

    Change it to :

    //$href = str_replace('\\', '/', $href);
    $href = 'images/favicon.ico';

    as you can see i commented first line and added path for your favicon in /images/ folder – this is the joomla images folder and not the /templates/ja_teline_v/images/ folder.

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 1 reply, has 2 voices, and was last updated by  pavit 7 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum