diff options
Diffstat (limited to 'core/views')
| -rw-r--r-- | core/views/welcome.html.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/views/welcome.html.php b/core/views/welcome.html.php index 525d3bf7..ad58dd76 100644 --- a/core/views/welcome.html.php +++ b/core/views/welcome.html.php @@ -171,6 +171,12 @@ <?= html::anchor("welcome/mptt", "MPTT tree (graph)") ?> <i>(requires /usr/bin/dot from the graphviz package)</i> </li> + <? if ($deepest_photo): ?> + <li> + <?= html::anchor("photo/{$deepest_photo->id}", "Deepest photo") ?> + <i>(<?= $deepest_photo->level ?> levels deep)</i> + </li> + <? endif ?> </ul> </div> |
