9 lines
141 B
PHP
9 lines
141 B
PHP
<?php
|
|
|
|
$main = StatusBoard_Main::instance();
|
|
$req = $main->request();
|
|
|
|
$this->smarty->assign('requested_page', $req->request_string());
|
|
|
|
|
|
?>
|