uawdijnntqw1x1x1
IP : 216.73.216.6
Hostname : ps-hcp-gr-004.pouyasazan.org
Kernel : Linux ps-hcp-gr-004.pouyasazan.org 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64
Disable Function : exec,system,passthru,shell_exec,proc_open,proc_close,popen,pcntl_exec,dl,show_source
OS : Linux
PATH:
/
home
/
hsabaeej
/
public_html
/
3c2fc
/
..
/
modules
/
mod_maximenuck
/
elements
/
cklink.php
/
/
<?php /** * @copyright Copyright (C) 2011 Cedric KEIFLIN alias ced1870 * http://www.joomlack.fr * Module Maximenu CK * @license GNU/GPL * */ // no direct access defined('_JEXEC') or die( 'Restricted access' ); class JFormFieldCktext extends JFormField { protected $type = 'cktext'; protected function getInput() { return ''; } protected function getLabel() { $label = ''; // Get the label text from the XML element, defaulting to the element name. $text = $this->element['label'] ? (string) $this->element['label'] : (string) $this->element['name']; $text = JText::_($text); $icon = $this->element['icon']; // Build the class for the label. $class = !empty($this->description) ? 'hasTip' : ''; $label .= '<div id="'.$this->id.'-link" class="'.$class.'"'; // If a description is specified, use it to build a tooltip. if (!empty($this->description)) { $label .= ' title="'.htmlspecialchars(trim($text, ':').'::' . JText::_($this->description), ENT_COMPAT, 'UTF-8').'"'; } $label .= ' style="min-width:150px;max-width:150px;width:150px;display:block;float:left;padding:3px;background:#efefef;">'.$text.'</div>'; return $label; } }
/home/hsabaeej/public_html/3c2fc/../modules/mod_maximenuck/elements/cklink.php