<?php
/**
* PHP versions 4 and 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 QuickTalk forum
* @author Philippe Vandenberghe <hide@address.com>
* @copyright 2008-2012 The PHP Group
* @version 2.5 build:20100924
*/
session_start();
require_once('bin/qtf_init.php');
// INITIALISE
$oVIP->selfurl = 'qtf_faq.php';
$oVIP->selfname = $L['FAQ'];
// --------
// HTML START
// --------
$oVIP->arrJava=null;
include('qtf_p_header.php');
echo '<a id="top"></a><h1>',$oVIP->selfname,'</h1>
';
include(Translate('qtf_faq.php'));
// HTML END
include('qtf_p_footer.php');
?>