
Originally Posted by
kiab
Ok managed to change it.
I dont know which step were usefull but :
Deleted All favicon.ico 1 by 1.
Waited till the site show no favicon at all.
Uploaded the right one in
/plugins/system/jat3/jat3/base-themes/default/images
The 2nd time, it worked.
There's a better way to do this.
1: Copy the "head.php" file from "/plugins/system/jat3/jat3/base-themes/default/blocks" to "templates/your_t3_template/blocks"
2: open it up and look for the following line:
HTML Code:
<link href="<?php echo T3Path::getUrl('images/favicon.ico') ?>" rel="shortcut icon" type="image/x-icon" />
3: Replace it with this line:
HTML Code:
<link href="<?php echo JURI::base(true)."/templates/ja_t3_blank/favicon.ico"; ?>" rel="shortcut icon" type="image/x-icon" />
Note that ja_t3_blank should be replaced with the name of your JA T3 folder's name.
3: Place your custom favicon file to your template folder; "templates/your_t3_template/favicon.ico"
This way whenever you upgrade your template to a newer version, it doesn't undo the change you made.
Hope this helps.
Winchester
Bookmarks