mirceadavid Posted November 26, 2011 Share Posted November 26, 2011 Hello everybody, I would like to know how can I change the PS favicon from back office. If you has the same issue or can help with any advice please let me know. Best regards and many thanks in advance. Link to comment Share on other sites More sharing options...
OC2PS Posted November 26, 2011 Share Posted November 26, 2011 Back Office > Preferences > Appearance and upload your favicon in the correct place Link to comment Share on other sites More sharing options...
mirceadavid Posted November 26, 2011 Author Share Posted November 26, 2011 Back Office > Preferences > Appearance and upload your favicon in the correct place Thanks for advice but my store already have a favicon uploaded and its working perfectly but my problem is different (maybe I did not made myself understood from my first question) ... always when I log into my Back Office still appear the prestashop favicon and the Title Prestashop - Administration Panel. How can I change the favicon for Back Office and maybe the Page Title??? I am looking forward for a answer if it is possible. Best regards and many thanks in advance. Link to comment Share on other sites More sharing options...
OC2PS Posted November 26, 2011 Share Posted November 26, 2011 Upload your favicon to domain.com/prestashop/img and overwrite the file. Link to comment Share on other sites More sharing options...
PrestaShopDeveloper Posted November 26, 2011 Share Posted November 26, 2011 The Back Office favicon is set in /admin/header.inc.php - i.e. in your main backoffice folder Here it is: <link rel="shortcut icon" href="'._PS_IMG_.'favicon.ico" /> just change the link, like <link rel="shortcut icon" href="'._PS_IMG_.'admin/favicon.ico" /> and add your Back Office icon in this folder: img/admin/favicon.ico In the same file is the title as well: <title>PrestaShop™ - '.translate('Administration panel').'</title> Link to comment Share on other sites More sharing options...
mirceadavid Posted November 26, 2011 Author Share Posted November 26, 2011 The Back Office favicon is set in /admin/header.inc.php - i.e. in your main backoffice folder Here it is: <link rel="shortcut icon" href="'._PS_IMG_.'favicon.ico" /> just change the link, like <link rel="shortcut icon" href="'._PS_IMG_.'admin/favicon.ico" /> and add your Back Office icon in this folder: img/admin/favicon.ico In the same file is the title as well: <title>PrestaShop™ - '.translate('Administration panel').'</title> Thank you very much guys ... piece of cake ... but without your help should take a long time to solve it. Solved. Link to comment Share on other sites More sharing options...
ramshukla Posted August 9, 2013 Share Posted August 9, 2013 thanks bro its very important and time saving solutions Link to comment Share on other sites More sharing options...
rv01 Posted August 4, 2014 Share Posted August 4, 2014 In 1.6 the "favicon.ico" is set in: .../"your-admin-folder"/themes/default/template/header.tpl Link to comment Share on other sites More sharing options...
clubbuilder Posted February 6, 2016 Share Posted February 6, 2016 In 1.6 the "favicon.ico" is set in: .../"your-admin-folder"/themes/default/template/header.tpl Thanks for posting the update, this is what I was looking for. Link to comment Share on other sites More sharing options...
NewUser001 Posted May 14, 2016 Share Posted May 14, 2016 Hi. Please help. I am trying to change the favicon in the back office, i select the file which i want to upload and click on save but it does not show. when i go back to the icons tab, the favicon pic still shows. when i refresh my website even after clearing the cache, the original favicon shows. i tried using jpg, bmp and png files. none work. i cleared my cache as well. i also deleted the favicon from /img directory and when i go to the icons tab in backoffice it does not show, but when i refresh my website, the favicon is still there. i also copied the files i want to the /img directory and changed the file name in the header.tpl file to the file i want to see as the icon, i cleared my cache but the favicon original icon still shows. the store icon file works but the favicon does not work. i am using ver 1.6.1.4. Link to comment Share on other sites More sharing options...
Craft13 Posted August 10, 2016 Share Posted August 10, 2016 In 1.6 the "favicon.ico" is set in: .../"your-admin-folder"/themes/default/template/header.tpl HI As I have this text in the code of header.tpl: <link rel="icon" type="image/vnd.microsoft.icon" href="{$favicon_url}?{$img_update_time}" /> <link rel="shortcut icon" type="image/x-icon" href="{$favicon_url}?{$img_update_time}" /> where exactly should I change the name of the image to MyFavIcon,jpg? also, where else should I load the icon, except in the template itself through back office? obviously, I am not a programmer :-) Many thanks Kamila Link to comment Share on other sites More sharing options...
Recommended Posts