Your IP : 216.73.216.240


Current Path : /home/juvelize/www/administrator/components/com_sexypolling/views/showstatistics/
Upload File :
Current File : /home/juvelize/www/administrator/components/com_sexypolling/views/showstatistics/view.html.php

<?php
/**
 * Joomla! component sexypolling
 *
 * @version $Id: view.html.php 2012-04-05 14:30:25 svn $
 * @author 2GLux.com
 * @package Sexy Polling
 * @subpackage com_sexypolling
 * @license GNU/GPL
 *
 */

// no direct access
defined('_JEXEC') or die('Restircted access');

// Import Joomla! libraries
jimport( 'joomla.application.component.view');

class SexypollingViewShowstatistics extends JViewLegacy {
	
	function display($tpl = null) {
		JToolBarHelper::cancel( 'showstatistics.cancel', 'Close' );
		parent::display($tpl);
	}
}