Skip to content

Commit

Permalink
Dev: follow #16501: Navigation Problems on iPhone and Mac
Browse files Browse the repository at this point in the history
Dev: check if ./files/favicon.ico is OK before use it
  • Loading branch information
Shnoulle committed Oct 26, 2020
1 parent 6dcb15c commit a215262
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions themes/survey/vanilla/views/subviews/header/head.twig
Expand Up @@ -32,8 +32,9 @@
<title>
{{ processString(aSurveyInfo.surveyls_title,1) }}
</title>

<link rel="shortcut icon" href="{{ imageSrc('./files/favicon.ico') }}" />
{% if(imageSrc('./files/favicon.ico')) %}
<link rel="shortcut icon" href="{{ imageSrc('./files/favicon.ico') }}" />
{% endif %}
<script type="text/javascript">
if(window.basicThemeScripts === undefined){
window.basicThemeScripts = new ThemeScripts();
Expand Down

0 comments on commit a215262

Please sign in to comment.