We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be913a6 + 5866ecd commit e44cf65Copy full SHA for e44cf65
1 file changed
view/omeka/site/page/show.phtml
@@ -16,12 +16,6 @@ if ($activePage) :
16
<?php endif; ?>
17
18
19
-<?php if ($activePage) : ?>
20
- <?php if ($this->displayNavigation && $activePage['page']->hasPages()) : ?>
21
- <nav class="sub-menu"><?php echo $nav->menu()->renderSubMenu(); ?></nav>
22
- <?php endif; ?>
23
-<?php endif; ?>
24
-
25
<?php $this->trigger('view.show.before'); ?>
26
<div class="blocks">
27
<?php echo $this->content; ?>
0 commit comments