mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-07 03:44:26 +02:00
Fixed typo, thanks to Slava Semushin <php-coder@altlinux.org>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 2628 Maintainer: freespace Status: ready -->
|
||||
<!-- EN-Revision: 2757 Maintainer: freespace Status: ready -->
|
||||
<sect1 id="language.syntax.quotes">
|
||||
<title>Внедренные переменные в двойных кавычках</title>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<listitem>
|
||||
<para>
|
||||
В случае, если переменная содержит другие символы, например
|
||||
точки, ссыки на объекты и т.д., переменную необходимо заключить
|
||||
точки, ссылки на объекты и т.д., переменную необходимо заключить
|
||||
в <literal>`обратные кавычки`</literal>.
|
||||
В данном случае вы не можете использовать
|
||||
<link linkend="language.modifiers">модификаторы</link>,
|
||||
@@ -69,7 +69,7 @@
|
||||
{include file="`$module.contact`.tpl"}
|
||||
|
||||
{* аналог $module[$view].'.tpl' в PHP *}
|
||||
{include file="$module.$view.tpl"}
|
||||
{include file="`$module.$view`.tpl"}
|
||||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
|
Reference in New Issue
Block a user