drupl 4.6, chameleon template:
Ok, I create path 'allnews' which is 'taxonomy/9+10+11', next in settings select as main page 'allnews'.
but where i go on the main page there is at the topo content link to Main page.
This code part not work, drupal print breadcrumb:
if ($_GET["q"] != variable_get("site_frontpage", "node")) {
if ($title = drupal_get_title()) {
$output .= theme("breadcrumb", drupal_get_breadcrumb());
}
}