Bug #20550 » 0011247.patch
t3lib/class.t3lib_tsfebeuserauth.php (Arbeitskopie) | ||
---|---|---|
* @see index_ts.php
|
||
*/
|
||
function extPrintFeAdminDialog() {
|
||
$GLOBALS['LANG']->includeLLFile('EXT:lang/locallang_tsfe.php');
|
||
$out='';
|
||
if ($this->uc['TSFE_adminConfig']['display_top']) {
|
||
if ($this->extAdmModuleEnabled('preview')) $out.= $this->extGetCategory_preview();
|
||
... | ... | |
* @return string The value for the $key
|
||
*/
|
||
function extGetLL($key) {
|
||
global $LOCAL_LANG;
|
||
if (!is_array($LOCAL_LANG)) {
|
||
$GLOBALS['LANG']->includeLLFile('EXT:lang/locallang_tsfe.php');
|
||
#include('./'.TYPO3_mainDir.'sysext/lang/locallang_tsfe.php');
|
||
if (!is_array($LOCAL_LANG)) {
|
||
$LOCAL_LANG = array();
|
||
}
|
||
}
|
||
$labelStr = htmlspecialchars($GLOBALS['LANG']->getLL($key)); // Label string in the default backend output charset.
|
||
// Convert to utf-8, then to entities:
|
- « Previous
- 1
- 2
- Next »