From b9e8651815e63fa258cf3751436d8f89388f1a25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Tue, 14 Jan 2014 15:00:11 +0100 Subject: [PATCH] [fix] change partials calls --- app/views/archive.twig | 2 +- app/views/bookmarks.twig | 2 +- app/views/index.twig | 2 +- app/views/layout.twig | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/archive.twig b/app/views/archive.twig index df00d98..b8259f7 100644 --- a/app/views/archive.twig +++ b/app/views/archive.twig @@ -7,7 +7,7 @@ {% else %} diff --git a/app/views/bookmarks.twig b/app/views/bookmarks.twig index 1fc12e2..77b3010 100644 --- a/app/views/bookmarks.twig +++ b/app/views/bookmarks.twig @@ -7,7 +7,7 @@ {% else %} diff --git a/app/views/index.twig b/app/views/index.twig index 9dabe75..e2f7700 100644 --- a/app/views/index.twig +++ b/app/views/index.twig @@ -7,7 +7,7 @@ {% else %} diff --git a/app/views/layout.twig b/app/views/layout.twig index f2a56fa..af10365 100644 --- a/app/views/layout.twig +++ b/app/views/layout.twig @@ -18,7 +18,7 @@ {% include '_top.twig' %}
- {% include "menu.twig" %} + {% include "_menu.twig" %} {% block content %}{% endblock %}