finlanderid Posted June 1, 2019 Share Posted June 1, 2019 (edited) Where is image file app_icon.png located? Cannot find this file where it should be stored, in root/img/app_icon.png it is referenced from admin header template in: root\admin\themes\default\template\header.tpl also referenced in: root\admin\themes\default\template\controllers\login\header.tpl with this code: <link rel="apple-touch-icon" href="{$img_dir}app_icon.png" /> I have also checked img directories in admin path. The image file is nowhere to be found. Edited June 2, 2019 by finlanderid (see edit history) Link to comment Share on other sites More sharing options...
Klemart3D Posted October 1, 2019 Share Posted October 1, 2019 This file doesn't exists. You can create it or copy from another file, by sample: `cp img/logo_stores.png img/app_icon.png` Related issue: https://github.com/PrestaShop/PrestaShop/issues/14954 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now