]> jfr.im git - uguu.git/blame - error_meow.php
Adding options in the config file
[uguu.git] / error_meow.php
CommitLineData
c6705421
GJ
1<?php
2require_once "rain/rain.tpl.class.php";
3raintpl::configure( 'path_replace', false);
4raintpl::configure( 'tpl_dir', 'rain/template/');
5raintpl::configure( 'cache_dir', 'rain/cache/' );
6$tpl = new RainTPL;
7$title = "Temp File Hosting";
8$tpl->assign("title", $title);
9$tpl->draw("header");
10$tpl->draw("error_meow");
11$tpl->draw("footer");
12?>