Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12945769
header.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
688 B
Referenced Files
None
Subscribers
None
header.php
View Options
<?php
/**
* Header
*
* (c) 2013, Dereckson, some rights reserved.
* Released under BSD license.
*
* This controller handle the header (MOTD, html header)
*
* @package Zed
* @subpackage Controllers
* @author Sébastien Santoro aka Dereckson <dereckson@espace-win.org>
* @copyright 2013 Sébastien Santoro aka Dereckson
* @license http://www.opensource.org/licenses/bsd-license.php BSD
* @filesource
*
* @todo cache MOTD fragments (sql performance)
*/
//
// HTML output
//
//Prints the template
$smarty
->
display
(
'header.tpl'
);
/**
* This constant indicates the header have been printed
*/
define
(
'HEADER_PRINTED'
,
true
);
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Nov 18, 17:48 (5 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3174835
Default Alt Text
header.php (688 B)
Attached To
Mode
rDB Nasqueron Databases
Attached
Detach File
Event Timeline
Log In to Comment