Your IP : 216.73.217.112


Current Path : /home/annegardxb/www/so-assurances/administrator/components/com_rsform/models/
Upload File :
Current File : /home/annegardxb/www/so-assurances/administrator/components/com_rsform/models/updates.php

<?php
/**
* @package RSForm! Pro
* @copyright (C) 2007-2014 www.rsjoomla.com
* @license GPL, http://www.gnu.org/licenses/gpl-2.0.html
*/

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

class RsformModelUpdates extends JModelLegacy
{	
	public function getSideBar() {
		require_once JPATH_COMPONENT.'/helpers/toolbar.php';
		
		return RSFormProToolbarHelper::render();
	}
}