Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F390528
raw.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
369 B
Subscribers
None
raw.php
View Options
<?php
/*
* Azhàr, faeries intranet
* (c) 2009-2010, Wolfæym, some rights reserved
* Released under BSD license
*
* Raw text or HTML content
*/
//
// HTML output
//
//Serves header
$smarty
->
assign
(
'PAGE_TITLE'
,
$title
);
include
(
'header.php'
);
//Serves content
$smarty
->
display
(
'raw.tpl'
);
//Serves footer
include
(
'footer.php'
);
?>
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, Feb 22, 15:27 (7 h, 50 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23209
Default Alt Text
raw.php (369 B)
Attached To
rZED Zed
Event Timeline
Log In to Comment