Active
Project:
NoProb
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Mar 2009 at 17:10 UTC
Updated:
17 Mar 2009 at 21:10 UTC
How to turn off breadcrumbs in NoProb?
Or how can I move it to the end of page?
Comments
Comment #1
alexhttp commentedI try this but it doesnt help (I find this in Russian site). I have error 500 after adding it in template.php
function templatename_breadcrumb($breadcrumb) {
if (!empty($breadcrumb)) {
array_shift($breadcrumb); //gets rid of “Home”
return ‘
’;
}
}
Comment #2
alexhttp commentedI find answer by myself. I deleted
print $breadcrumb;from page.tpl.phpThanks
Comment #3
Eric3 commentedAlternatively, you could add the rule
to style.css, which keeps the breadcrumb markup in place, but prevents it from displaying.