Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No such file in iframe.html.php #706

Open
fedorovsergey opened this issue Jun 24, 2024 · 3 comments
Open

No such file in iframe.html.php #706

fedorovsergey opened this issue Jun 24, 2024 · 3 comments

Comments

@fedorovsergey
Copy link

In file

<link rel="mask-icon" href="<?= $asset('img/icons/safari-pinned-tab.svg') ?>" color="#4DBA87">

attached an svg $asset('img/icons/safari-pinned-tab.svg') and $asset('img/icons/msapplication-icon-144x144.png') but in project is no such files. How does it works?

@UlrichEckhardt
Copy link
Contributor

You need to take a look at $asset, which refers to a PHP function which resolves these paths to the correct location.

@fedorovsergey
Copy link
Author

Thanks for the reply!
I look at the function, it outputs path to icons, but in directory no such file
image
However apple-touch-icon-152x152.png exists. Thats why I think some mistake here

@itsgoingd
Copy link
Owner

Hey, I think I forgot to update the iframe when updating the web UI recently, thanks for bringing this into my attention. The web UI is quite broken in master though, so I don't recommend using it right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants