Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F32058000
home.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
619 B
Referenced Files
None
Subscribers
None
home.php
View Options
<?php
/**
* _, __, _, _ __, _ _, _, _
* / \ |_) (_ | | \ | /_\ |\ |
* \ / |_) , ) | |_/ | | | | \|
* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
*
* Controller for homepage content
*
* @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'
,
"Home"
);
include
(
'header.php'
);
//Serves homepage content
$smarty
->
display
(
"home.tpl"
);
//Serves footer
include
(
'footer.php'
);
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Jun 8, 07:52 (1 d, 13 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3776279
Default Alt Text
home.php (619 B)
Attached To
Mode
rOBSIDIAN Obsidian Workspaces
Attached
Detach File
Event Timeline
Log In to Comment