Project

General

Profile

Bug #23966 ยป 16279.diff

Administrator Admin, 2010-11-06 20:13

View differences:

t3lib/stddb/tbl_pages.php (Arbeitskopie)
'items' => array(
array(
'LLL:EXT:cms/locallang_tca.xml:pages.shortcut_mode.I.0',
0,
t3lib_pageSelect::SHORTCUT_MODE_NONE,
),
array(
'LLL:EXT:cms/locallang_tca.xml:pages.shortcut_mode.I.1',
1,
t3lib_pageSelect::SHORTCUT_MODE_FIRST_SUBPAGE,
),
array(
'LLL:EXT:cms/locallang_tca.xml:pages.shortcut_mode.I.2',
2,
t3lib_pageSelect::SHORTCUT_MODE_RANDOM_SUBPAGE,
),
array(
'LLL:EXT:cms/locallang_tca.xml:pages.shortcut_mode.I.3',
3,
t3lib_pageSelect::SHORTCUT_MODE_PARENT_PAGE,
),
),
'default' => '0',
    (1-1/1)