mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 10:24:26 +02:00
update docs
This commit is contained in:
13
docs.sgml
13
docs.sgml
@@ -5538,7 +5538,8 @@ no title
|
|||||||
{$articleTitle|escape:"html"}
|
{$articleTitle|escape:"html"}
|
||||||
{$articleTitle|escape:"url"}
|
{$articleTitle|escape:"url"}
|
||||||
{$articleTitle|escape:"quotes"}
|
{$articleTitle|escape:"quotes"}
|
||||||
<a href="mailto:{$EmailAddress|escape:"hex"}">{$EmailAddress|escape:"hexentity"}</a>
|
<a
|
||||||
|
href="mailto:{$EmailAddress|escape:"hex"}">{$EmailAddress|escape:"hexentity"}</a>
|
||||||
|
|
||||||
OUTPUT:
|
OUTPUT:
|
||||||
|
|
||||||
@@ -5547,7 +5548,8 @@ OUTPUT:
|
|||||||
'Stiff%20Opposition%20Expected%20to%20Casketless%20Funeral%20Plan'
|
'Stiff%20Opposition%20Expected%20to%20Casketless%20Funeral%20Plan'
|
||||||
'Stiff+Opposition+Expected+to+Casketless+Funeral+Plan'
|
'Stiff+Opposition+Expected+to+Casketless+Funeral+Plan'
|
||||||
\'Stiff Opposition Expected to Casketless Funeral Plan\'
|
\'Stiff Opposition Expected to Casketless Funeral Plan\'
|
||||||
<a href="mailto:%62%6f%62%40%6d%65%2e%6e%65%74">bob@me.net</a>
|
<a
|
||||||
|
href="mailto:%62%6f%62%40%6d%65%2e%6e%65%74">&#x62;&#x6f;&#x62;&#x40;&#x6d;&#x65;&#x2e;&#x6e;&#x65;&#x74;</a>
|
||||||
|
|
||||||
</programlisting>
|
</programlisting>
|
||||||
</example>
|
</example>
|
||||||
@@ -6169,11 +6171,13 @@ s m o k e r s a r e p. . .
|
|||||||
<para>
|
<para>
|
||||||
The plugin files must be named as follows:
|
The plugin files must be named as follows:
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<em>type</em>.<em>name</em>.php
|
<para>
|
||||||
|
<emphasis>type</emphasis>.<emphasis>name</emphasis>.php
|
||||||
|
</para>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
<literal>type<literal> is one of these plugin types:
|
<literal>type</literal> is one of these plugin types:
|
||||||
<simplelist>
|
<simplelist>
|
||||||
<member>function</member>
|
<member>function</member>
|
||||||
<member>modifier</member>
|
<member>modifier</member>
|
||||||
@@ -6190,7 +6194,6 @@ s m o k e r s a r e p. . .
|
|||||||
</para>
|
</para>
|
||||||
</sect2>
|
</sect2>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
<sect1>
|
<sect1>
|
||||||
<title>Making Custom Plugins</title>
|
<title>Making Custom Plugins</title>
|
||||||
<para>
|
<para>
|
||||||
|
Reference in New Issue
Block a user