This commit is contained in:
pete_morgan
2005-09-10 13:04:04 +00:00
parent 37719bff34
commit 57e03d6516
2 changed files with 3 additions and 3 deletions

View File

@@ -128,7 +128,7 @@ pageTitle = "Customer Info"
<title>function {config_load} with section</title> <title>function {config_load} with section</title>
<programlisting> <programlisting>
<![CDATA[ <![CDATA[
{config_load file="example.conf" section="Customer"} {config_load file='example.conf' section='Customer'}
<html> <html>
<title>{#pageTitle#}</title> <title>{#pageTitle#}</title>

View File

@@ -33,9 +33,9 @@
<table border='0'> <table border='0'>
<tr> <tr>
<td> <td>
<A HREF="{$url}"> <a href="{$url}">
<font color="red">This is a test</font> <font color="red">This is a test</font>
</A> </a>
</td> </td>
</tr> </tr>
</table> </table>