uawdijnntqw1x1x1
IP : 216.73.216.219
Hostname : webm015.cluster127.gra.hosting.ovh.net
Kernel : Linux webm015.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
pteabiscqq
/
www
/
.
/
administrator
/
components
/
com_advportfoliopro
/
.
/
models
/
fields
/
header.php
/
/
<?php /** * @copyright Copyright (c) 2015 Skyline Technology Ltd (http://extstore.com). All rights reserved. * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL */ // No direct access. defined('_JEXEC') or die; jimport('joomla.html.html'); jimport('joomla.form.formfield'); /** * Supports custom spacer field. * * @package Joomla.Administrator * @subpakage ExtStore.AdvPoll */ class JFormFieldHeader extends JFormField { /** @var string The form field type. */ protected $type = 'Header'; /** * Method to get the field input markup. * * @return string The field input markup. */ protected function getInput() { JHtml::_('stylesheet', 'com_advportfoliopro/admin.style.css', array(), true); return '<div class="xheader"><span>' . JText::_($this->element['text']) . '</span></div>'; } protected function getLabel() { return ''; } }
/home/pteabiscqq/www/./administrator/components/com_advportfoliopro/./models/fields/header.php