Bug #20901 ยป bug11745.patch
typo3/sysext/tstemplate_info/class.tx_tstemplateinfo.php (working copy) | ||
---|---|---|
* This copyright notice MUST APPEAR in all copies of the script!
|
||
***************************************************************/
|
||
/**
|
||
* @author Kasper Skaarhoj <kasperYYYY@typo3.com>
|
||
*/
|
||
/**
|
||
* [CLASS/FUNCTION INDEX of SCRIPT]
|
||
*
|
||
*
|
||
... | ... | |
$GLOBALS['LANG']->includeLLFile('EXT:tstemplate_info/locallang.xml');
|
||
/**
|
||
* This class displays the Info/Modify screen of the Web > Template module
|
||
*
|
||
* @author Kasper Skaarhoj <kasperYYYY@typo3.com>
|
||
*
|
||
* $Id: $
|
||
*/
|
||
class tx_tstemplateinfo extends t3lib_extobjbase {
|
||
public $tce_processed = false; // indicator for t3editor, whether data is stored
|