TYPO3 CMS
TYPO3_6-2
Main Page
Related Pages
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
+
Files
File List
+
File Members
+
All
$
(
_
a
c
d
e
f
h
i
l
o
p
r
s
t
u
x
+
Functions
_
a
c
d
e
f
i
l
o
p
r
s
u
x
+
Variables
$
(
_
a
d
e
h
i
p
r
s
t
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
ext_localconf.php
Go to the documentation of this file.
1
<?php
2
if
(!defined(
'TYPO3_MODE'
)) {
3
die
(
'Access denied.'
);
4
}
5
6
// Register "switchableControllerActions" manually because it exists no plugin or module for sys_note
7
$GLOBALS
[
'TYPO3_CONF_VARS'
][
'EXTCONF'
][
'extbase'
][
'extensions'
][
'SysNote'
][
'modules'
][
'Note'
][
'controllers'
] = array(
8
'Note'
=> array(
9
'actions'
=> array(
'list'
)
10
)
11
);
12
13
// Hook into the list module
14
$GLOBALS
[
'TYPO3_CONF_VARS'
][
'SC_OPTIONS'
][
'recordlist/mod1/index.php'
][
'drawFooterHook'
][$_EXTKEY] =
'TYPO3\\CMS\\SysNote\\Hook\\RecordListHook->render'
;
15
// Hook into the page module
16
$GLOBALS
[
'TYPO3_CONF_VARS'
][
'SC_OPTIONS'
][
'cms/layout/db_layout.php'
][
'drawFooterHook'
][$_EXTKEY] =
'TYPO3\\CMS\\SysNote\\Hook\\PageHook->render'
;
17
// Hook into the info module
18
$GLOBALS
[
'TYPO3_CONF_VARS'
][
'SC_OPTIONS'
][
'cms/web_info/class.tx_cms_webinfo.php'
][
'drawFooterHook'
][$_EXTKEY] =
'TYPO3\\CMS\\SysNote\\Hook\\InfoModuleHook->render'
;
die
die
Definition:
index.php:6
$GLOBALS
if(!defined('TYPO3_MODE')) $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_userauth.php']['logoff_pre_processing'][]
Definition:
ext_localconf.php:5
typo3
sysext
sys_note
ext_localconf.php
Generated on Wed Aug 7 2019 09:52:19 for TYPO3 CMS by
1.8.13