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