| Current Path : /home/smartconb/www/armencom33/tmp/install_6756c2cce8819/fields/ |
| Current File : /home/smartconb/www/armencom33/tmp/install_6756c2cce8819/fields/s2s_bs_1st.php |
<?php
/**
* @Copyright
* @package Field - S2s Order
* @author anton {@link http://www.dibuxo.com}
* @version Joomla! 3.x - 1.0.24
* @date Created on 09-09-2013
* @link Project Site {@link http://dibuxo.com}
*
* @license GNU/GPL
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
defined('JPATH_PLATFORM') or die;
class JFormFieldS2sbs1st extends JFormField
{
protected $type = 's2sbs1st';
protected function getInput()
{
$orden = strtolower($this->value);
$field_value = '<div class="label">lalala</div>';
return $field_value;
}
}