Files
server/usr/share/psa-horde/templates/tree/sidebar.html.php
2026-01-07 20:52:11 +01:00

4 lines
148 B
PHP

<?php foreach ($this->rootItems as $root): ?>
<?php echo $this->renderPartial('row', array('locals' => $this->items[$root])) ?>
<?php endforeach ?>