diff options
-rw-r--r-- | templates/page.tpl.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/page.tpl.php b/templates/page.tpl.php index 7d2ea56..a6e892c 100644 --- a/templates/page.tpl.php +++ b/templates/page.tpl.php @@ -57,7 +57,7 @@ </div> <?php endif; ?> </div> - <?php print $breadcrumb; ?> + <?php // print $breadcrumb; ?> <footer id="footer" class="section section-footer clearfix" role="footer"> <?php print render($page['footer']); ?> <?php print render($page['copyright']); ?> @@ -68,4 +68,4 @@ <h2 class="collapsible-toggle"><a href="#"><?php print t('Toggle collapsible region'); ?></a></h2> <?php print $collapsible; ?> </section> -<?php endif; ?>
\ No newline at end of file +<?php endif; ?> |