Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F390759
raw.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
344 B
Subscribers
None
raw.php
View Options
<?php
/*
* Zed
* (c) 2010, Dereckson, 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 (1 h, 29 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
22150
Default Alt Text
raw.php (344 B)
Attached To
rZEDHG ZedLegacy
Event Timeline
Log In to Comment