Update helloworld.php

fixed incorrect section name
This commit is contained in:
2014-06-02 11:58:19 +01:00
parent e9caf124e9
commit 54f9a1223c

View File

@@ -1,10 +1,10 @@
{% $context['title'] = 'Hello World -- Demo' %} {% $context['title'] = 'Hello World -- Demo' %}
{%t SetMaster('master') %} {%t SetMaster('master') %}
{%t StartSection('content') %} {%t StartSection('head') %}
<!-- some head here --> <!-- some head here -->
{%t EndSection() %} {%t EndSection() %}
{%t StartSection('content') %} {%t StartSection('content') %}
Hello {{$world}} Hello {{$world}}
{%t EndSection() %} {%t EndSection() %}