By ryanmnly on
Is there anyway to remove this path that Drupal displays when navigating pages? For my case, I don't have any use for it. It makes all content jump up and down when it appears and disappears.
Thanks,
Ryan
Is there anyway to remove this path that Drupal displays when navigating pages? For my case, I don't have any use for it. It makes all content jump up and down when it appears and disappears.
Thanks,
Ryan
Comments
_
Those are called 'breadcrumbs'. Check the 'page.tpl.php' file for your theme and remove the
<?php print $breadcrumbs; ?>line.