Page MenuHomeDevCentral

help.php
No OneTemporary

help.php

<?php
/**
* _, __, _, _ __, _ _, _, _
* / \ |_) (_ | | \ | /_\ |\ |
* \ / |_) , ) | |_/ | | | | \|
* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
*
* Controller
*
* @package ObsidianWorkspaces
* @subpackage Controllers
* @author Sébastien Santoro aka Dereckson <dereckson@espace-win.org>
* @license http://www.opensource.org/licenses/bsd-license.php BSD
* @filesource
*
*/
//
// HTML output
//
$file = $Config['Content']['Help'] . '/' . ($url[1] ? $url[1] : 'index') . '.html';
if (file_exists($file)) {
//Header
include('header.php');
//Help page
$smarty->display('help.tpl');
//Footer
include('footer.php');
} else {
define('ERROR_PAGE', 404);
include("controllers/errorpage.php");
}

File Metadata

Mime Type
text/x-php
Expires
Tue, Nov 18, 17:02 (11 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3155165
Default Alt Text
help.php (793 B)

Event Timeline