mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-07 03:44:26 +02:00
made php syntax highlight work
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
<example>
|
<example>
|
||||||
<title>assigned variables</title>
|
<title>assigned variables</title>
|
||||||
<para> php script</para>
|
<para> php script</para>
|
||||||
<programlisting role="php">
|
<programlisting role="php">
|
||||||
<![CDATA[
|
<![CDATA[
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
@@ -26,7 +26,7 @@ $smarty->display('index.tpl');
|
|||||||
|
|
||||||
?>
|
?>
|
||||||
]]>
|
]]>
|
||||||
</programlisting>
|
</programlisting>
|
||||||
<para>
|
<para>
|
||||||
where the content of index.tpl is:
|
where the content of index.tpl is:
|
||||||
</para>
|
</para>
|
||||||
|
Reference in New Issue
Block a user