Index: FilesContentObject.php =================================================================== --- FilesContentObject.php (Revision 809) +++ FilesContentObject.php (Arbeitskopie) @@ -151,6 +151,9 @@ } }); } + if (!empty($conf['sorting.']['reverse'])) { + $fileObjects = array_reverse($fileObjects); + } foreach ($fileObjects as $key => $fileObject) { $this->cObj->setCurrentFile($fileObject); $content .= $this->cObj->cObjGetSingle($splitConf[$key]['renderObj'], $splitConf[$key]['renderObj.']);