Pankaj Lele wrote: Hi Pankaj, Stefano > f:cObject can be used smartly. That's right. Alternatively you could set the variable via PHP like this: protected function initializeView(Tx_Extbase_MVC_View_ViewInterface $view) { $view->assign('typo3RequestUrl', t3lib_div::getIndpEnv('TYPO3_REQUEST_URL')); } Best Bastian