From f91f106b5e71bda322d420dff517d9bc8c3a3ea2 Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Mon, 5 Oct 2015 03:49:01 +0300 Subject: [PATCH] Adding Yandex.Metrika. --- app/Resources/views/base.html.twig | 1 + app/Resources/views/counters.html.twig | 28 ++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 app/Resources/views/counters.html.twig diff --git a/app/Resources/views/base.html.twig b/app/Resources/views/base.html.twig index a5731f9..875f8f1 100644 --- a/app/Resources/views/base.html.twig +++ b/app/Resources/views/base.html.twig @@ -58,4 +58,5 @@

+ {% include 'counters.html.twig' %} {% endblock %} \ No newline at end of file diff --git a/app/Resources/views/counters.html.twig b/app/Resources/views/counters.html.twig new file mode 100644 index 0000000..a438860 --- /dev/null +++ b/app/Resources/views/counters.html.twig @@ -0,0 +1,28 @@ + + + + \ No newline at end of file