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>
|
<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>
|
||||||
|
@@ -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>
|
||||||
|
Reference in New Issue
Block a user