mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-07 03:44:26 +02:00
tweak
This commit is contained in:
@@ -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>
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user