diff --git a/error.php b/error.php index 1c46c83..c45614c 100644 --- a/error.php +++ b/error.php @@ -10,6 +10,7 @@ $tpl = new RainTPL; $title = "Temp File Hosting"; $tpl->assign("title", $title); +$tpl->assign("site_name", CONFIG_SITE_NAME); $tpl->draw("header"); $tpl->draw("error"); diff --git a/error_meow.php b/error_meow.php index 2bb7264..cc9466e 100644 --- a/error_meow.php +++ b/error_meow.php @@ -6,6 +6,7 @@ raintpl::configure( 'cache_dir', 'rain/cache/' ); $tpl = new RainTPL; $title = "Temp File Hosting"; $tpl->assign("title", $title); +$tpl->assign("site_name", CONFIG_SITE_NAME); $tpl->draw("header"); $tpl->draw("error_meow"); $tpl->draw("footer");