Project

General

Profile

Feature #16967 ยป newloginbox_logouthook.diff

Administrator Admin, 2007-05-03 23:10

View differences:

typo3conf/ext/newloginbox/pi1/class.tx_newloginbox_pi1.php 2007-05-03 20:57:03.120519861 +0000
$markerArray['###STORAGE_PID###'] = intval($spid['_STORAGE_PID']);
$markerArray['###USERNAME###'] = $GLOBALS['TSFE']->fe_user->user['username'];
$markerArray['###USERNAME_LABEL###'] = $this->pi_getLL('username', '', 1);
if (is_array($GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['newloginbox']['logoutExtraMarker']))
{
foreach($GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['newloginbox']['logoutExtraMarker'] as $funcRef) {
$markerArray = t3lib_div::callUserFunction($funcRef, $markerArray, $this);
}
}
} else {
$templateMarker = '###TEMPLATE_LOGIN###';
    (1-1/1)