forked from gitbot/uguu
Create error_meow.php
This commit is contained in:
parent
af51aa0630
commit
c67054219e
12
error_meow.php
Normal file
12
error_meow.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
require_once "rain/rain.tpl.class.php";
|
||||
raintpl::configure( 'path_replace', false);
|
||||
raintpl::configure( 'tpl_dir', 'rain/template/');
|
||||
raintpl::configure( 'cache_dir', 'rain/cache/' );
|
||||
$tpl = new RainTPL;
|
||||
$title = "Temp File Hosting";
|
||||
$tpl->assign("title", $title);
|
||||
$tpl->draw("header");
|
||||
$tpl->draw("error_meow");
|
||||
$tpl->draw("footer");
|
||||
?>
|
Loading…
Reference in New Issue
Block a user