From df09448804ec5b491e9792d2104475666bcbd2b3 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Wed, 24 Jan 2018 14:20:13 -0700 Subject: [PATCH] fixed tools icon --- themes/grav/templates/tools.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/grav/templates/tools.html.twig b/themes/grav/templates/tools.html.twig index 1fc0bfd1..55e767ed 100644 --- a/themes/grav/templates/tools.html.twig +++ b/themes/grav/templates/tools.html.twig @@ -5,7 +5,7 @@ {% set title = "PLUGIN_ADMIN.TOOLS"|tu ~ ": " ~ ("PLUGIN_ADMIN." ~ tools_slug|underscorize|upper)|tu %} {% block titlebar %} -

{{ "PLUGIN_ADMIN.TOOLS"|tu }} - {{ ("PLUGIN_ADMIN." ~ tools_slug|underscorize|upper)|tu }}

+

{{ "PLUGIN_ADMIN.TOOLS"|tu }} - {{ ("PLUGIN_ADMIN." ~ tools_slug|underscorize|upper)|tu }}

{% endblock %} {% block content_top %}