| Current Path : /home/purehotels/public_html/components/com_purehotels/views/booking/ |
| Current File : /home/purehotels/public_html/components/com_purehotels/views/booking/view.html.php |
<?php
/**
* @version $Id: view.html.php 15 2009-11-02 18:37:15Z chdemko $
* @package Joomla16.Tutorials
* @subpackage Components
* @copyright Copyright (C) 2005 - 2010 Open Source Matters, Inc. All rights reserved.
* @author Christophe Demko
* @link http://joomlacode.org/gf/project/helloworld_1_6/
* @license License GNU General Public License version 2 or later
*/
// No direct access to this file
defined('_JEXEC') or die('Restricted access');
// import Joomla view library
jimport('joomla.application.component.view');
class PurehotelsViewBooking extends JViewLegacy
{
function display($tpl = null)
{
parent::display($tpl);
}
}