X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fbase.html.twig;h=65857eb444d6af3f5bff3d3727352168bea5853c;hb=557e810c1f2b2e662f163fc419014e80d5484e3a;hp=aa388bcbcbd3d5a2e062f8e1f5ab122822435589;hpb=b878be4cc99fd4927c70b59386cf7a57b33bb381;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 %}