Your IP : 216.73.216.247


Current Path : /home/nicholsonsmith/public_html/modules/mod_image_show_gk4/admin/elements/
Upload File :
Current File : /home/nicholsonsmith/public_html/modules/mod_image_show_gk4/admin/elements/update.php

<?php

defined('JPATH_BASE') or die;

jimport('joomla.form.formfield');

class JFormFieldUpdate extends JFormField {
	protected $type = 'Update';

	protected function getInput() {
		return '<div id="gk_module_updates"></div>';
	}
}

?>