Spade
Mini Shell
| Directory:~$ /home/lmsyaran/www/plugins/system/web357framework/elements/ |
| [Home] [System Details] [Kill Me] |
<?php
/* ======================================================
# Web357 Framework for Joomla! - v1.9.1 (free version)
# -------------------------------------------------------
# For Joomla! CMS (v3.x)
# Author: Web357 (Yiannis Christodoulou)
# Copyright (©) 2014-2022 Web357. All rights reserved.
# License: GNU/GPLv3, http://www.gnu.org/licenses/gpl-3.0.html
# Website: https:/www.web357.com
# Demo: https://demo.web357.com/joomla/
# Support: support@web357.com
# Last modified: Wednesday 07 December 2022, 11:05:26 AM
========================================================= */
defined('JPATH_PLATFORM') or die;
class JFormFieldloadmodalbehavior extends JFormField
{
protected $type = 'loadmodalbehavior';
protected function getLabel()
{
return '';
}
protected function getInput()
{
if (version_compare(JVERSION, '4.0', 'lt'))
{
JHtml::_('behavior.modal');
}
}
}