Azeri
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
vhosts
/
chipionatv.com
/
httpdocs
/
templates
/
gk_magazine
/
admin
/
elements
/
Filename :
url.php
back
Copy
<?php defined('JPATH_BASE') or die; jimport('joomla.form.formfield'); class JFormFieldUrl extends JFormField { protected $type = 'Url'; protected function getInput() { $url = (string) $this->element['url']; $text = (string) $this->element['text']; return '<a class="gkFormLink" href="' . $url . '" target="_blank">' . JText::_($text) . '</a>'; } } ?>