Skip to content

Commit

Permalink
Fixed issue #17038: templateurl placeholder not being replaced (#1924)
Browse files Browse the repository at this point in the history
Co-authored-by: encuestabizdevgit <devgit@encuesta.biz>
  • Loading branch information
gabrieljenik and encuestabizdevgit committed Jun 17, 2021
1 parent 7fd684f commit 77ef9e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion themes/survey/vanilla/views/layout_errors.twig
Expand Up @@ -48,7 +48,9 @@
TODO: move it to a separated css file
#}
<meta name="generator" content="LimeSurvey http://www.limesurvey.org" />
<link rel="shortcut icon" href="{{ templateurl }}favicon.ico" />
{% if(imageSrc('./files/favicon.ico')) %}
<link rel="shortcut icon" href="{{ imageSrc('./files/favicon.ico') }}" />
{% endif %}
</head>

<body class="{{ aSurveyInfo.class.body }} lang-{{aSurveyInfo.languagecode}} {{surveyformat}}" marginwidth="0" marginheight="0" {{ aSurveyInfo.attr.body }}>
Expand Down

0 comments on commit 77ef9e4

Please sign in to comment.