]> gitweb.fluxo.info Git - drupal/muambeiro.git/commitdiff
Commenting out breadcrumb
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 23 Sep 2011 20:45:24 +0000 (17:45 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 23 Sep 2011 20:45:24 +0000 (17:45 -0300)
templates/page.tpl.php

index 7d2ea56749a2bbda5f2319277d2e3c2fdf4c890f..a6e892c8b5f8eb5eb58e8c5e4c462030081c7111 100644 (file)
@@ -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; ?>