Spade

Mini Shell

Directory:~$ /home/lmsyaran/public_html/administrator/components/com_rsmembership/views/extravalue/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ /home/lmsyaran/public_html/administrator/components/com_rsmembership/views/extravalue/view.raw.php

<?php
/**
 * @package	RSMembership!
 * @copyright	(c) 2009 - 2016 RSJoomla!
 * @link		https://www.rsjoomla.com
 * @license	GNU General Public License
http://www.gnu.org/licenses/gpl-3.0.en.html
 */

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

class RSMembershipViewExtraValue extends JViewLegacy
{
	public function display($tpl = null)
	{
		$this->item 		= $this->get('Item');
		$this->ordering 	= $this->get('SharedOrdering');
		$this->pagination 	= $this->get('sharedPagination');
		$this->currency 	=
RSMembershipHelper::getConfig('currency');
		
		parent::display($tpl);
	}
}