function render_option_template($optiontitle, $optionvalue, $optionselected = '', $optionclass = ''){ eval('$option .= "' . fetch_template('option') . '";'); return $option;}