mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-09 12:54:26 +02:00
sync with en.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 1.10 Maintainer: takagi Status: ready -->
|
||||
<!-- EN-Revision: 2757 Maintainer: takagi Status: ready -->
|
||||
<!-- CREDITS: mat-sh,daichi,joe -->
|
||||
<sect1 id="language.syntax.quotes">
|
||||
<title>ダブルクォート内に埋め込まれた変数</title>
|
||||
@@ -61,7 +61,7 @@
|
||||
{include file="`$module.contact`.tpl"}
|
||||
|
||||
{* php スクリプトでの $module[$view].'.tpl' と同じです
|
||||
{include file="$module.$view.tpl"}
|
||||
{include file="`$module.$view`.tpl"}
|
||||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
|
Reference in New Issue
Block a user