Skip to content

Commit

Permalink
ADD fallback to plugin config value if webstore config is empty
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Dausch committed Apr 8, 2021
1 parent aadc3e3 commit ef3ef76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/PageDesign/Partials/Head.twig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="generator" content="plentymarkets" />

<link rel="icon" type="img/ico" href="{{ webstoreConfig.faviconPath }}">
<link rel="icon" type="img/ico" href="{{ webstoreConfig.faviconPath | default(ceresConfig.global.favicon) }}">

{% set canonicalUrl = services.url.getCanonicalURL() %}
{% set languageUrls = services.url.getLanguageURLs() %}
Expand Down

0 comments on commit ef3ef76

Please sign in to comment.