';
$output .= '
';
$output .= '🔒 ' . htmlspecialchars($info['title']);
if ($info['mature_content']) {
$output .= ' 🔞';
}
$output .= '';
$output .= '
';
if (!$hasSubfolders) {
$output .= '
🖼️';
if ($hasImages) {
$encodedPath = htmlspecialchars(addslashes($fullPath));
$encodedTitle = htmlspecialchars(addslashes($info['title']));
$output .= '
';
}
}
if (!$hasSubfolders) {
$output .= '
';
} else {
$output .= '
';
}
if (!$hasImages) {
$output .= '
';
}
if ($fullPath !== './liste_albums_prives') {
$output .= '
';
}
$output .= '
';
$output .= generatePrivateTree($fullPath, $currentPath);
$output .= '