Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12944001
help.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
793 B
Referenced Files
None
Subscribers
None
help.php
View Options
<?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
Details
Attached
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)
Attached To
Mode
rOBSIDIAN Obsidian Workspaces
Attached
Detach File
Event Timeline
Log In to Comment