aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-09-23 17:45:24 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-09-23 17:45:24 -0300
commitc0da5a6b7275017ecc77483865405b6b5fa98a1b (patch)
tree9d91f376072d49b33330cd348a21c7edde56f927
parent9b17011fa441b7bdaa6292d7c8ec34ae401ad717 (diff)
downloadmuambeiro-c0da5a6b7275017ecc77483865405b6b5fa98a1b.tar.gz
muambeiro-c0da5a6b7275017ecc77483865405b6b5fa98a1b.tar.bz2
Commenting out breadcrumb
-rw-r--r--templates/page.tpl.php4
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; ?>