diff --git a/demo/templates/index.tpl b/demo/templates/index.tpl index ab0d854f..ad66a50c 100644 --- a/demo/templates/index.tpl +++ b/demo/templates/index.tpl @@ -69,8 +69,3 @@ This is an example of the html_options function: {include file="footer.tpl"} - -{section name=test loop=$a->foo} - foo: {$a->foo[test]} - bar: {$a->bar[test]} -{/section} diff --git a/templates/index.tpl b/templates/index.tpl index ab0d854f..ad66a50c 100644 --- a/templates/index.tpl +++ b/templates/index.tpl @@ -69,8 +69,3 @@ This is an example of the html_options function: {include file="footer.tpl"} - -{section name=test loop=$a->foo} - foo: {$a->foo[test]} - bar: {$a->bar[test]} -{/section}