projects
/
Packages
/
TYPO3.CMS.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
8070e77b0063cbe56f5ae04ae31631610248498a
[Packages/TYPO3.CMS.git]
/
typo3
/
sysext
/
tstemplate_info
/
ext_tables.php
1
<
?php
2
if
(!
defined
(
'TYPO3_MODE'
))
die
(
'Access denied.'
);
3
4
if
(
TYPO3_MODE
==
'BE'
) {
5
t3lib_extMgm
::
insertModuleFunction
(
6
'web_ts'
,
7
'tx_tstemplateinfo'
,
8
t3lib_extMgm
::
extPath
(
$_EXTKEY
).
'class.tx_tstemplateinfo.php'
,
9
'Info/Modify'
10
);
11
}
12
?
>