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
/
cache
/
..
/
modules
/
mod_jo_whatsapp_contact_button
/
elements
/
jocolor.php
/
/
<?php /*------------------------------------------------------------------------ # mod_jo_whatsapp_contact_button - JO WhatsApp Contact Button for Joomla 1.6, 1.7, 2.5 and 3.x module # ----------------------------------------------------------------------- # author: http://www.joomcore.com # copyright Copyright (C) 2011 Joomcore.com. All Rights Reserved. # @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL # Websites: http://www.joomcore.com # Technical Support: Forum - http://www.joomcore.com/Support -------------------------------------------------------------------------*/ // no direct access defined('_JEXEC') or die( 'Restricted access' ); jimport('joomla.form.formfield'); class JFormFieldjocolor extends JFormField { protected $type = 'jocolor'; protected function getInput() { //var_dump($this->name); $jspath=JUri::root()."modules/mod_jo_whatsapp_contact_button/assets/jscolor.js"; $document = JFactory::getDocument(); $document->addScript($jspath); $html = '<input type="text" size="20" class="color" value="'.$this->value.'" id="jform_params_'.$this->name.'" name="'.$this->name.'">'; return $html; } }
/home/opticamezl/www/newok/cache/../modules/mod_jo_whatsapp_contact_button/elements/jocolor.php