Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F391098
void.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
841 B
Subscribers
None
void.php
View Options
<?php
/**
* Void content
*
* Zed. The immensity of stars. The HyperShip. The people.
*
* (c) 2010, Dereckson, some rights reserved.
* Released under BSD license.
*
* This is a controller doing nothing else than call header and footer.
*
* @package Zed
* @subpackage Controllers
* @author Sébastien Santoro aka Dereckson <dereckson@espace-win.org>
* @copyright 2010 Sébastien Santoro aka Dereckson
* @license http://www.opensource.org/licenses/bsd-license.php BSD
* @version 0.1
* @link http://scherzo.dereckson.be/doc/zed
* @link http://zed.dereckson.be/
* @filesource
*/
//
// HTML output
//
//Serves header
$smarty
->
assign
(
'PAGE_TITLE'
,
$title
);
include
(
'header.php'
);
//Doesn't serve any content;
//Servers footer
include
(
'footer.php'
);
?>
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, Feb 22, 20:21 (9 h, 49 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
22499
Default Alt Text
void.php (841 B)
Attached To
rZEDHG ZedLegacy
Event Timeline
Log In to Comment