Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12742556
void.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
623 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
$smarty
->
assign
(
'PAGE_TITLE'
,
$title
);
HeaderController
::
run
(
$context
);
//Doesn't serve any content;
//Servers footer
FooterController
::
run
(
$context
);
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Nov 16, 13:50 (16 m, 5 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3149189
Default Alt Text
void.php (623 B)
Attached To
Mode
rOBSIDIAN Obsidian Workspaces
Attached
Detach File
Event Timeline
Log In to Comment