This commit is contained in:
mohrt
2004-09-20 18:17:05 +00:00
parent 1ad16aba18
commit bd9a78d467

View File

@@ -96,7 +96,7 @@ $smarty->assign('customer_id', 1001);
$smarty->display('index.tpl'); $smarty->display('index.tpl');
?> ?>
]] ]]>
</programlisting> </programlisting>
<para> <para>
where index.tpl is: where index.tpl is:
@@ -104,7 +104,7 @@ $smarty->display('index.tpl');
<programlisting> <programlisting>
<![CDATA[ <![CDATA[
{html_checkboxes name="id" values=$cust_ids selected=$customer_id output=$cust_names separator="<br />"} {html_checkboxes name="id" values=$cust_ids selected=$customer_id output=$cust_names separator="<br />"}
]] ]]>
</programlisting> </programlisting>
<programlisting role="php"> <programlisting role="php">
<![CDATA[ <![CDATA[