mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-07 03:44:26 +02:00
fix double quote example
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user