Форум больше не используется. Присоединяйтесь к каналу #community-ru в Slack for TYPO3 community |
03.03.2008, 21:54 | #1 |
Новенький
Регистрация: 30.01.2008
Сообщений: 27
|
How to get values from locallang file in PHP_SCRIPT, not in plugin?
Privet,
My php code is in file temp.php = PHP_SCRIPT temp.php.file = fileadmin/php/file.php How to get values of some specific locallang file? |
03.03.2008, 22:10 | #2 |
Новенький
Регистрация: 30.01.2008
Сообщений: 27
|
Found.
$all_labels = $GLOBALS['TSFE']->readLLfile("..../any_locallang.xml'); |