Your IP : 216.73.216.215


Current Path : /home/sunflowe/www2/j15/components/com_akeeba/views/light/
Upload File :
Current File : /home/sunflowe/www2/j15/components/com_akeeba/views/light/view.html.php

<?php
/**
 * @package AkeebaBackup
 * @copyright Copyright (c)2009-2012 Nicholas K. Dionysopoulos
 * @license GNU General Public License version 2, or later
 * @version $Id: view.html.php 409 2011-01-24 09:30:22Z nikosdion $
 * @since 2.1
 */

// Protect from unauthorized access
defined('_JEXEC') or die('Restricted Access');

// Load framework base classes
jimport('joomla.application.component.view');

class AkeebaViewLight extends JView
{
	public function display()
	{
		parent::display(JRequest::getCmd('tpl',null));
	}
}