uawdijnntqw1x1x1
IP : 216.73.216.84
Hostname : webm003.cluster107.gra.hosting.ovh.net
Kernel : Linux webm003.cluster107.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
opticamezl
/
www
/
newok
/
tmp
/
..
/
libraries
/
allediaframework
/
..
/
xef
/
.
/
fields
/
spacer.php
/
/
<?php /** * @package Expose * @subpackage Xpert Contents * @version 2.5 * @author ThemeXpert http://www.themexpert.com * @copyright Copyright (C) 2009 - 2011 ThemeXpert * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only * */ // no direct access defined( '_JEXEC' ) or die('Restricted access'); jimport('joomla.html.html'); jimport('joomla.form.formfield'); class JFormFieldSpacer extends JFormField{ protected $type = 'Spacer'; protected function getLabel(){ return ; } protected function getInput(){ $html = array(); $class = (string) $this->element['class']; $label = ''; // Get the label text from the XML element, defaulting to the element name. $text = $this->element['label'] ? (string) $this->element['label'] : ''; // Add the label text and closing tag. if($text != NULL){ $label .= '<div class="spacer'.(($text != '') ? ' hasText hasTip' : '').'" title="'. JText::_($this->description) .'"><span>' . JText::_($text) . '</span></div>'; } $html[] = $label; return implode('', $html); } }
/home/opticamezl/www/newok/tmp/../libraries/allediaframework/../xef/./fields/spacer.php