| Current Path : /home/annegardxb/www/so-assurances/administrator/components/com_rsform/views/updates/ |
| Current File : /home/annegardxb/www/so-assurances/administrator/components/com_rsform/views/updates/view.html.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 RsformViewUpdates extends JViewLegacy
{
public function display($tpl = null) {
$this->addToolBar();
$this->sidebar = $this->get('SideBar');
parent::display($tpl);
}
protected function addToolbar() {
// set title
JToolbarHelper::title('RSForm! Pro', 'rsform');
require_once JPATH_COMPONENT.'/helpers/toolbar.php';
RSFormProToolbarHelper::addToolbar('updates');
}
}