Completed
Push — master ( 99d8dd...629e3c )
by Boris
16:40
created
Configuration/TCA/Overrides/tt_content.php 1 patch
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-if ((int)TYPO3_version == 7) {
3
+if ((int) TYPO3_version == 7) {
4 4
     $showitem_default_01 = '--palette--;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:palette.general;general,';
5 5
     $showitem_default_02 = '--div--;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:tabs.appearance,
6 6
                                     layout;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:layout_formlabel,
@@ -12,7 +12,7 @@  discard block
 block discarded – undo
12 12
                             --div--;LLL:EXT:lang/locallang_tca.xlf:sys_category.tabs.category,categories
13 13
                             ';
14 14
 }
15
-if ((int)TYPO3_version == 8) {
15
+if ((int) TYPO3_version == 8) {
16 16
     $showitem_default_01 = '--div--;LLL:EXT:core/Resources/Private/Language/Form/locallang_tabs.xlf:general,
17 17
                                 --palette--;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:palette.general;general,
18 18
                             ';
@@ -125,7 +125,7 @@  discard block
 block discarded – undo
125 125
 );
126 126
 
127 127
 $GLOBALS['TCA']['tt_content']['types']['slickcarouselbasic'] = array(
128
-    'showitem' => $showitem_default_01 . '
128
+    'showitem' => $showitem_default_01.'
129 129
 		header;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:header.ALT.div_formlabel,
130 130
 		slickdefault;LLL:EXT:slickcarousel/Resources/Private/Language/be_locallang.xlf:slides,
131 131
 		--div--;LLL:EXT:slickcarousel/Resources/Private/Language/be_locallang.xlf:settings,
@@ -183,7 +183,7 @@  discard block
 block discarded – undo
183 183
 );
184 184
 
185 185
 $GLOBALS['TCA']['tt_content']['types']['slickcarouselsync'] = array(
186
-    'showitem' => $showitem_default_01 . '
186
+    'showitem' => $showitem_default_01.'
187 187
 		header;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:header.ALT.div_formlabel,
188 188
 		slickdefault;LLL:EXT:slickcarousel/Resources/Private/Language/be_locallang.xlf:slides,
189 189
 		--div--;LLL:EXT:slickcarousel/Resources/Private/Language/be_locallang.xlf:settings,
@@ -264,7 +264,7 @@  discard block
 block discarded – undo
264 264
 );
265 265
 
266 266
 $GLOBALS['TCA']['tt_content']['types']['slickcarousel'] = array(
267
-    'showitem' => $showitem_default_01 . '
267
+    'showitem' => $showitem_default_01.'
268 268
 		header;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:header.ALT.div_formlabel,
269 269
 		slickdefault;LLL:EXT:slickcarousel/Resources/Private/Language/be_locallang.xlf:slides,
270 270
 		--div--;LLL:EXT:slickcarousel/Resources/Private/Language/be_locallang.xlf:settings,
@@ -321,7 +321,7 @@  discard block
 block discarded – undo
321 321
 );
322 322
 
323 323
 $GLOBALS['TCA']['tt_content']['types']['slickcarouselbgimg'] = array(
324
-    'showitem' => $showitem_default_01 . '
324
+    'showitem' => $showitem_default_01.'
325 325
 		header;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:header.ALT.div_formlabel,
326 326
 		slickheight;LLL:EXT:slickcarousel/Resources/Private/Language/be_locallang.xlf:slickcarouselbging.height,
327 327
 		tx_slickcarouselbgimg;LLL:EXT:slickcarousel/Resources/Private/Language/be_locallang.xlf:slickcarouselbging.title,
Please login to merge, or discard this patch.