Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F49508080
reports.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
649 B
Referenced Files
None
Subscribers
None
reports.php
View Options
<?php
/**
* _, __, _, _ __, _ _, _, _
* / \ |_) (_ | | \ | /_\ |\ |
* \ / |_) , ) | |_/ | | | | \|
* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
*
* Controller for reports
*
* @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
*
*/
$template
=
'reports_view'
;
//
// HTML output
//
//Serves header
$smarty
->
assign
(
'PAGE_TITLE'
,
"Reports"
);
include
(
'header.php'
);
//Servers controller content
$smarty
->
display
(
"$template.tpl"
);
//Serves footer
include
(
'footer.php'
);
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Sep 14, 16:19 (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4064724
Default Alt Text
reports.php (649 B)
Attached To
Mode
rOBSIDIAN Obsidian Workspaces
Attached
Detach File
Event Timeline
Log In to Comment