';
} else {
$fileFolderName = str_replace("\\","/",$last10FilesArray[$i]);
// Get extension (prefix 'ext-' to prevent invalid classes from extensions that begin with numbers)
$ext = "ext-".pathinfo($docRoot.$iceRoot.$fileFolderName, PATHINFO_EXTENSION);
echo '
';
echo '';
echo str_replace($docRoot,"",str_replace("|","/",$last10FilesArray[$i]));
echo ''.PHP_EOL;
if ($i==count($last10FilesArray)-1) {echo '
'.PHP_EOL;};
}
}
;?>