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>
<programlisting>
<![CDATA[
{config_load file="example.conf" section="Customer"}
{config_load file='example.conf' section='Customer'}
<html>
<title>{#pageTitle#}</title>

View File

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