Update helloworld.php
fixed incorrect section name
This commit is contained in:
@@ -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() %}
|
||||||
|
|||||||
Reference in New Issue
Block a user