mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 18:34:27 +02:00
fixed example for html_radios
This commit is contained in:
@@ -3997,7 +3997,7 @@ $smarty->display('index.tpl');
|
||||
|
||||
index.tpl:
|
||||
|
||||
{html_radios name="id" radios=$cust_radios checked=$customer_id separator="<br />"}
|
||||
{html_radios name="id" options=$cust_radios checked=$customer_id separator="<br />"}
|
||||
|
||||
|
||||
OUTPUT: (both examples)
|
||||
|
Reference in New Issue
Block a user