Project

General

Profile

Bug #18673 » template.diff

Administrator Admin, 2008-06-14 15:16

View differences:

template.php 2008-06-14 15:13:54.000000000 +0200
$backPath=$this->backPath;
$storeUrl=$this->makeShortcutUrl($gvList,$setList);
$pathInfo = parse_url(t3lib_div::getIndpEnv('REQUEST_URI'));
$pathInfo['path'] = preg_replace('/https?:\/\/' . t3lib_div::getIndpEnv('HTTP_HOST') . '/', '', $pathInfo['path']);
// Add the module identifier automatically if typo3/mod.php is used:
if (ereg('typo3/mod\.php$', $pathInfo['path']) && isset($GLOBALS['TBE_MODULES']['_PATHS'][$modName])) {
(2-2/10)