removing link path at top of the content (not sure what to call it)
sgtmoody - October 13, 2008 - 03:15
I'm new to drupal and am using the sanqreal theme as a base for a site I'm working on. it has a path link thing at the top of the content that is really annoying and I was trying to figure out how to get rid of it. it looks something like this Home / Administer and if you click them they link back to the home or administer screens. anyway to remove it?
here is a screenshot as well
http://i27.photobucket.com/albums/c159/daneboulton/example1.jpg
any help is appreciated.

=-=
Similar to breadcrumbs if not breadcrumbs.
search your page.tpl.php file of the theme for the piece of scrpt calling those links and remove that piece.
thanks
it wasn't in page.tpl but you pointed me in the right direction. I did more searching on breadcrumbs and found the solution thanks.