1
Hi,
I am using module config in xoops_version.php to create an admim preference screen for my module. (module config area)
I want to add a blank space between different sections of preference settings but I have tried but have had no luck All I keep getting is the blankspace plus a input textbox.
The format I am using is:
$modversion['config'][] = array(
'name' => '',
'title' => '',
'description' => '',
'formtype' => '',
'valuetype' => '',
'options' => '',
'default' => );
(note:values are left blank just to show format using)
Thanks in advance for any help
Dave