Voe Umbau mit Joomla-Cron

This commit is contained in:
Thomas Spohr
2026-02-01 12:46:12 +01:00
parent 31af9b27e7
commit 530ff9f3a0
22 changed files with 356 additions and 19 deletions

View File

@@ -130,6 +130,7 @@ class ModEisAnzeigeHelper
*/
public static function renderTreeWithNew(array $items): string
{
/*
$html = '';
// 1) Virtueller Ordner „Neue Dokumente“
@@ -164,7 +165,7 @@ class ModEisAnzeigeHelper
$html .= '</ul>';
}
}
*/
// 2) Normaler Baum
$html .= self::renderTree($items, null);