Quote:
Originally Posted by kh99
I think something like this should work:
PHP Code:
function render_option_template($optiontitle, $optionvalue, $optionselected = '', $optionclass = '') { eval('$option .= "' . fetch_template('option') . '";'); return $option; }
and I think you could put the whole function in an 'if' that checks for vb3.
|
You're awesome! That worked! Thanks