From 67c6a7ab23b5ab74fe67e64f0b340deaae1571cb Mon Sep 17 00:00:00 2001 From: konrad Date: Thu, 10 Feb 2011 19:39:51 +0000 Subject: [PATCH] upgrade to Twig 1.0RC1 git-svn-id: https://silmor.de/svn/softmagic/smoke/trunk@726 6e3c4bff-ac9f-4ac1-96c5-d2ea494d3e33 --- www/template/en/layout.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/www/template/en/layout.html b/www/template/en/layout.html index 0c59936..948f102 100644 --- a/www/template/en/layout.html +++ b/www/template/en/layout.html @@ -24,7 +24,7 @@

-

{% display title %} - Magic Smoke Example Layout

+

{{ block('title') }} - Magic Smoke Example Layout

{% block page %}{% endblock %} -- 1.7.2.5