using <note>

This commit is contained in:
didou
2004-04-18 17:23:26 +00:00
parent 72ab60010c
commit 421af5ed7c
4 changed files with 35 additions and 27 deletions

View File

@@ -18,11 +18,13 @@
<listitem><para>SMARTY_PHP_ALLOW - Smarty will execute the tags
as PHP code.</para></listitem>
</itemizedlist>
<para>
NOTE: Embedding PHP code into templates is highly discouraged.
Use <link linkend="language.custom.functions">custom functions</link> or
<link linkend="language.modifiers">modifiers</link> instead.
</para>
<note>
<para>
Embedding PHP code into templates is highly discouraged.
Use <link linkend="language.custom.functions">custom functions</link> or
<link linkend="language.modifiers">modifiers</link> instead.
</para>
</note>
</sect1>
<!-- Keep this comment at the end of the file
Local variables:
@@ -43,4 +45,4 @@ End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->
-->