Your IP : 216.73.216.224


Current Path : /var/www/html/administrator/components/com_jdonation/view/import/
Upload File :
Current File : /var/www/html/administrator/components/com_jdonation/view/import/html.php

<?php
/**
 * @version        5.6.0
 * @package        Joomla
 * @subpackage     Joom Donation
 * @author         Tuan Pham Ngoc
 * @copyright      Copyright (C) 2009 - 2023 Ossolution Team
 * @license        GNU/GPL, see LICENSE.php
 */
// Check to ensure this file is included in Joomla!
defined('_JEXEC') or die;

class DonationViewImportHtml extends OSFViewHtml
{
	public function display()
	{
		DonationHelperHtml::renderSubmenu('import');
		parent::display();
	}
}