Breadcrumbs snippet php
$path = drupal_get_path_alias($_GET["q"]);
//get URL alias
$path = explode("/", $path);
//break path into an array
if ($path[0] == "fondos-de-inversion") {
return true;
}
Ejemplo nodo .. no funciona bien
//dsm($node);
$show = false;
if ($node->nid == '115'){
//dpm('dentro');
$show = true;
}
return $show;
Ejemplo
dsm($node);
$categoria= $node ->field_categoria_noticia['und'][0]['tid'];
if ($categoria== '36')
return true;