Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F6562664
help.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
833 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'
]
.
'/'
.
(
$context
->
url
[
1
]
?
$context
->
url
[
1
]
:
'index'
)
.
'.html'
;
if
(!
file_exists
(
$file
))
{
ErrorPageController
::
show
(
$context
,
404
);
exit
;
}
//Header
$smarty
->
assign
(
'controller_custom_nav'
,
'nav_help.tpl'
);
HeaderController
::
run
(
$context
);
//Help page
$smarty
->
assign
(
'help_file'
,
$file
);
$smarty
->
display
(
'help.tpl'
);
//Footer
FooterController
::
run
(
$context
);
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Apr 2, 18:21 (12 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2535302
Default Alt Text
help.php (833 B)
Attached To
Mode
rOBSIDIAN Obsidian Workspaces
Attached
Detach File
Event Timeline
Log In to Comment