Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F6562688
void.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
639 B
Referenced Files
None
Subscribers
None
void.php
View Options
<?php
/**
* _, __, _, _ __, _ _, _, _
* / \ |_) (_ | | \ | /_\ |\ |
* \ / |_) , ) | |_/ | | | | \|
* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
*
* Controller when no content has to be served
*
* @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
//
//Serves header
$context
->
templateEngine
->
assign
(
'PAGE_TITLE'
,
$title
);
HeaderController
::
run
(
$context
);
//Doesn't serve any content;
//Serves footer
FooterController
::
run
(
$context
);
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Apr 2, 18:26 (12 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2534999
Default Alt Text
void.php (639 B)
Attached To
Mode
rOBSIDIAN Obsidian Workspaces
Attached
Detach File
Event Timeline
Log In to Comment