minor formatting and changes

This commit is contained in:
pete_morgan
2006-10-09 22:35:54 +00:00
parent 3d66246282
commit 4820a8f636
3 changed files with 11 additions and 9 deletions

View File

@@ -12,13 +12,13 @@
<title>Technical Note</title>
<para>
To access PHP variables in <varname>{php}</varname> blocks you will need to use the PHP
<ulink url="&url.php-manual;global">global</ulink>
<ulink url="&url.php-manual;global"><literal>global</literal></ulink>
keyword.
</para>
</note>
<example>
<title>Example php in {php} tags</title>
<title>php code within {php} tags</title>
<programlisting>
<![CDATA[
{php}
@@ -78,4 +78,4 @@ End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->
-->