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