reveal full hierarchy in sidebar
[mdref/mdref] / views / sidebar.phtml
index 2c16424c3f311ec5c55b1659fb3fb2dbad53bd80..0e49dca38da2855a060c53967eac7a87859cfb55 100644 (file)
@@ -33,8 +33,7 @@
                                                <?php endif; ?>
                                        <?php endforeach; ?>
 
-                                                       &circlearrowright; <strong><a href="<?= $up.$esc($entry->getName()) ?>"
-                                                       ><?= $esc($entry) ?></a></strong>
+                                                       &circlearrowright; <strong><a href="<?= $up.$esc($entry->getName()) ?>"><?= $esc($entry) ?></a></strong>
 
                                                        <?php if ($entry->hasIterator()): ?>
 
                                                                <?php foreach ($entry as $sub) : /* @var \mdref\Entry $sub */ ?>
 
                                                                <li>
-                                                                       &rdsh; <a href="<?= $up.$esc($sub->getName()) ?>"
-                                                                       ><?= $esc($sub) ?></a>
+                                                                       &rdsh; <a href="<?= $up.$esc($sub->getName()) ?>"><?= $esc($sub) ?></a>
+                                                                       <?php $indents= [] ; $indent = "
+                                                                       ";
+                                                                       include __DIR__ . "/sidebar-rec.phtml"; ?>
+
                                                                </li>
                                                                <?php endforeach; ?>