Your IP : 10.10.0.253


Current Path : /var/www/administrator/components/com_formmaker/elements/
Upload File :
Current File : /var/www/administrator/components/com_formmaker/elements/author.php

<?php 
  
 /**
 * @package Form Maker
 * @author Web-Dorado
 * @copyright (C) 2011 Web-Dorado. All rights reserved.
 * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
 **/

defined('_JEXEC') or die('Restricted access');

class JElementAuthor extends JElement
{

	var	$_name = 'Author';

	function fetchElement($name, $value, &$node, $control_name)
	{
		return JHTML::_('list.users', $control_name.'['.$name.']', $value);
	}
}