<?php
/**
* PHP versions 5
*
* LICENSE: This source file is subject to version 3.0 of the PHP license
* that is available through the world-wide-web at the following URI:
* http://www.php.net/license. If you did not receive a copy of
* the PHP License and are unable to obtain it through the web, please
* send a note to hide@address.com so we can mail you a copy immediately.
*
* @package QuickTicket
* @author Philippe Vandenberghe <hide@address.com>
* @copyright 2008-2012 The PHP Group
* @version 2.5 build:20101222
*/
session_start();
require_once('bin/qti_init.php');
// INITIALISE
$oVIP->selfurl = 'qti_faq.php';
$oVIP->selfname = $L['FAQ'];
// --------
// HTML START
// --------
$oHtml->scripts = array();
include('qti_p_header.php');
echo '<a id="top"></a><h1>',$oVIP->selfname,'</h1>',N;
include(Translate('qti_faq.php'));
// HTML END
include('qti_p_footer.php');
?>