AAAA.htaccess000066600000000177151372542230006357 0ustar00 Order allow,deny Deny from all index.html000066600000000054151372542230006550 0ustar00tmpl/index.html000066600000000054151372542230007524 0ustar00tmpl/.htaccess000066600000000177151372542230007333 0ustar00 Order allow,deny Deny from all tmpl/default.php000066600000003732151372542230007672 0ustar00
'; $image = JURI::base().'components/com_virtuemart/assets/images/vmgeneral/search.png' ; if ($button) : if ($imagebutton) : $button = ''; else : $button = ''; endif; switch ($button_pos) : case 'top' : $button = $button.'
'; $output = $button.$output; break; case 'bottom' : $button = '
'.$button; $output = $output.$button; break; case 'right' : $output = $output.$button; break; case 'left' : default : $output = $button.$output; break; endswitch; endif; echo $output; ?>
'; } ?>
mod_virtuemart_search.php000066600000002641151372542230011656 0ustar00get ('button', 0); $imagebutton = $params->get ('imagebutton', 0); $button_pos = $params->get ('button_pos', 'left'); $button_text = $params->get ('button_text', JText::_ ('MOD_VIRTUEMART_SEARCH_GO')); $width = intval ($params->get ('width', 20)); $maxlength = $width > 20 ? $width : 20; $text = $params->get ('text', JText::_ ('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)) { $category_id = JRequest::getInt ('virtuemart_category_id', 0); } else { $category_id = 0; } require(JModuleHelper::getLayoutPath ('mod_virtuemart_search')); ?> mod_virtuemart_search.xml000066600000013035151372542230011666 0ustar00 mod_virtuemart_search January 09 2013 The VirtueMart Development Team http://www.virtuemart.net Copyright (C) 2004-2012 Virtuemart Team. All rights reserved. http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL 2.0.18a MOD_VIRTUEMART_SEARCH_DESC mod_virtuemart_search.php index.html tmpl/default.php tmpl/index.html