Skip to content

Commit e44cf65

Browse files
Merge pull request #22 from MITLibraries/post-109
Remove default rendering if sub-navigation
2 parents be913a6 + 5866ecd commit e44cf65

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

view/omeka/site/page/show.phtml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ if ($activePage) :
1616
<?php endif; ?>
1717
<?php endif; ?>
1818

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-
2519
<?php $this->trigger('view.show.before'); ?>
2620
<div class="blocks">
2721
<?php echo $this->content; ?>

0 commit comments

Comments
 (0)