Feature #16615 ยป logoutActionPid.diff
class.tx_newloginbox_pi1.php 2006-10-04 09:46:17.000000000 +0200 | ||
---|---|---|
header('Location: '.t3lib_div::locationHeaderUrl($redirect_url));
|
||
exit;
|
||
}
|
||
$action_pid = $GLOBALS['TSFE']->id;
|
||
} else {
|
||
$templateMarker = '###TEMPLATE_LOGOUT###';
|
||
|
||
... | ... | |
|
||
if ($outH) $markerArray['###STATUS_HEADER###'] = $outH;
|
||
if ($outC) $markerArray['###STATUS_MESSAGE###'] = $outC;
|
||
$action_pid = isset($this->conf['logoutPid']) ? $this->conf['logoutPid'] : $GLOBALS['TSFE']->id;
|
||
}
|
||
|
||
if ($this->conf['detailsPage']) {
|
||
... | ... | |
$wrapArray['###DETAILS_LINK###'] = '|';
|
||
}
|
||
|
||
$markerArray['###ACTION_URI###'] = htmlspecialchars($this->pi_getPageLink($GLOBALS['TSFE']->id, '_top'));
|
||
$markerArray['###ACTION_URI###'] = htmlspecialchars($this->pi_getPageLink($action_pid, '_top'));
|
||
$markerArray['###LOGOUT_LABEL###'] = $this->pi_getLL('logout', '', 1);
|
||
$markerArray['###NAME###'] = $GLOBALS['TSFE']->fe_user->user['name'];
|
||
$markerArray['###STORAGE_PID###'] = intval($spid['_STORAGE_PID']);
|