From 0e78fa20d6b191a231b6e8c0ed8bd311ecbac876 Mon Sep 17 00:00:00 2001 From: messju Date: Thu, 8 May 2003 12:17:41 +0000 Subject: [PATCH] fixed example for html_radios --- docs/designers.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/designers.sgml b/docs/designers.sgml index df5000ee..e7b199d3 100644 --- a/docs/designers.sgml +++ b/docs/designers.sgml @@ -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)