| Current Path : /home/nicholsonsmith/public_html/modules/mod_image_show_gk4/admin/elements/ |
| 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>';
}
}
?>