fix double quote example

This commit is contained in:
monte.ohrt
2008-03-11 19:14:20 +00:00
parent 7aa88fbace
commit 2b34244229

View File

@@ -59,7 +59,7 @@
{include file="`$module.contact`.tpl"}
{* same as $module[$view].'.tpl' in a php script
{include file="$module.$view.tpl"}
{include file="`$module.$view`.tpl"}
]]>
</programlisting>
</example>