Add template code for error pages

This commit is contained in:
2011-12-17 01:19:05 +00:00
parent 95d1bcd28e
commit 75fe16ed0f
2 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?php
$main = StatusBoard_Main::instance();
$req = $main->request();
$this->smarty->assign('requested_page', htmlspecialchars($req->request_string()));
?>