예제 #1
0
파일: index.php 프로젝트: vinod-co/centa
* @author Simon Wilkinson
* @version 1.0
* @copyright Copyright (c) 2014 The University of Nottingham
* @package
*/
require '../../include/staff_auth.inc';
require_once '../../include/errors.inc';
require_once '../../classes/helputils.class.php';
if (isset($_GET['id'])) {
    $id = $_GET['id'];
} else {
    $id = 1;
}
$help_system = new OnlineHelp($userObject, $configObject, $string, $notice, 'staff', $language, $mysqli);
if (isset($_GET['highlight'])) {
    $help_system->set_highlight($_GET['highlight']);
}
?>
<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta http-equiv="content-type" content="text/html;charset=utf-8" />
    
    <title>Rog&#333;: <?php 
echo $string['help'] . ' ' . $configObject->get('cfg_install_type');
?>
</title>
    
    <link rel="stylesheet" type="text/css" href="../../css/body.css" />
    <link rel="stylesheet" type="text/css" href="../../css/help.css" />