|
| defined('DS') or define('DS' | DIRECTORY_SEPARATOR |
| |
| | $button = $params->get ('button', 0) |
| |
| | $imagebutton = $params->get ('imagebutton', 0) |
| |
| | $imagepath = $params->get ('image_button_file', '') |
| |
| | $button_pos = $params->get ('button_pos', 'left') |
| |
| | $button_text = $params->get ('button_text', vmText::_ ('MOD_VIRTUEMART_SEARCH_GO')) |
| |
| | $width = intval ($params->get ('width', 20)) |
| |
| | $maxlength = $width > 20 ? $width : 20 |
| |
| | $text = $params->get ('text', vmText::_ ('MOD_VIRTUEMART_SEARCH_TEXT_TXT')) |
| |
| | $set_Itemid = intval ($params->get ('set_itemid', 0)) |
| |
| | $moduleclass_sfx = $params->get ('moduleclass_sfx', '') |
| |
| if($params->get('filter_category', 0)) | else |
| |