File: sidebar.html.php

package info (click to toggle)
php-horde 5.2.1%2Bdebian0-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 12,196 kB
  • sloc: php: 11,089; xml: 6,460; sh: 96; makefile: 33; sql: 1
file content (3 lines) | stat: -rw-r--r-- 148 bytes parent folder | download | duplicates (6)
1
2
3
<?php foreach ($this->rootItems as $root): ?>
<?php echo $this->renderPartial('row', array('locals' => $this->items[$root])) ?>
<?php endforeach ?>