%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/lightco1/public_html/lightingrepublic.com.au/plugins/system/helix3/fields/
Upload File :
Create Path :
Current File : /home/lightco1/public_html/lightingrepublic.com.au/plugins/system/helix3/fields/button.php

<?php
/**
* @package Helix3 Framework
* @author JoomShaper http://www.joomshaper.com
* @copyright Copyright (c) 2010 - 2015 JoomShaper
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
*/  

//no direct accees
defined ('_JEXEC') or die ('resticted aceess');

jimport('joomla.form.formfield');

class JFormFieldButton extends JFormField
{
	protected $type = 'Button';	
	protected function getInput() {

		$url = !empty($this->element['url']) ? $this->element['url'] : '#';
		$class = !empty($this->element['class']) ? ' ' . $this->element['class'] : '';
		$text = !empty($this->element['text']) ? $this->element['text'] : 'Button';
		
		return '<a id="'. $this->id .'" class="btn'. $class .'" href="'. $url .'">'. JText::_($text) .'</a>';	
	}	
}

Zerion Mini Shell 1.0