Your IP : 216.73.216.243


Current Path : /home/gotzfrokfn/www/administrator/components/com_virtuemart/views/product/tmpl/
Upload File :
Current File : /home/gotzfrokfn/www/administrator/components/com_virtuemart/views/product/tmpl/massxref.php

<?php
defined ('_JEXEC') or die();
/**
*
* Description
*
* @package	VirtueMart
* @subpackage
* @author Max Milbers
* @link https://virtuemart.net
* @copyright Copyright (c) 2012 VirtueMart Team. All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
* VirtueMart is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
* @version $Id: product.php 3304 2011-05-20 06:57:27Z alatak $
*/

if($this->task=='massxref_cats' or $this->task=='massxref_cats_exe'){


	$document = JFactory::getDocument();

	JLoader::register('VirtuemartControllerCategory', VMPATH_ADMIN.'/controllers/category.php');
	$catController = new VirtuemartControllerCategory();

	JLoader::register('virtuemartViewCategory', VMPATH_ADMIN.'/views/category/view.html.php');
	$view = $catController->getView('category', 'default');
	$view ->setPaginationDragAndOrderIcons($this->categories);
	//$view->display();

	include(VMPATH_ADMIN .'/views/category/tmpl/default.php');
}

if($this->task=='massxref_sgrps' or $this->task=='massxref_sgrps_exe'){
	include(VMPATH_ADMIN .'/views/shoppergroup/tmpl/default.php');
}