Index: typo3/sysext/frontend/Classes/ContentObject/FilesContentObject.php IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== --- typo3/sysext/frontend/Classes/ContentObject/FilesContentObject.php (revision ) +++ typo3/sysext/frontend/Classes/ContentObject/FilesContentObject.php (revision ) @@ -151,7 +151,15 @@ } }); } + + // Enable reverse + $reverseProperty = 0; + if ($conf['reverse'] || $conf['reverse.']) { + $reverseProperty = $this->stdWrapValue('reverse', $conf); + } + if ($reverseProperty) $fileObjects = array_reverse($fileObjects, TRUE); + - foreach ($fileObjects as $key => $fileObject) { + foreach ($fileObjects as $key => $fileObject) { $this->cObj->setCurrentFile($fileObject); $content .= $this->cObj->cObjGetSingle($splitConf[$key]['renderObj'], $splitConf[$key]['renderObj.']); } \ No newline at end of file