X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fbase.html.twig;h=65857eb444d6af3f5bff3d3727352168bea5853c;hb=9717d0129889ad73716be38766faede12adc333d;hp=aa388bcbcbd3d5a2e062f8e1f5ab122822435589;hpb=10f31ac572cd7a1d3243ce0a53bb52ece024581d;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Resources/views/base.html.twig b/src/Wallabag/CoreBundle/Resources/views/base.html.twig index aa388bcb..65857eb4 100644 --- a/src/Wallabag/CoreBundle/Resources/views/base.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/base.html.twig @@ -1,13 +1,15 @@ - - - - - +{% set lang = app.request.locale|default('') -%} + + + + + {% block head %} + @@ -42,6 +44,9 @@ {% block css %} {% endblock %} + {% if asset_file_exists('custom.css') %} + + {% endif %} {% block scripts %} @@ -70,8 +75,8 @@ {% block footer %}{% endblock %} - {% if craue_setting('piwik_enabled') %} - {{ piwik(craue_setting('piwik_host'), craue_setting('piwik_site_id')) }} + {% if craue_setting('matomo_enabled') %} + {{ matomo(craue_setting('matomo_host'), craue_setting('matomo_site_id')) }} {% endif %}