Skip to content

menu path api

Sébastien LUCAS edited this page Jul 10, 2013 · 10 revisions

HOOKS

if ($node->type === "video_type" && $view_mode === "full") {
        $breadcrumb = array();
        $breadcrumb[] = l('Accueil', '<front>');
        $breadcrumb[] = l('Videos', 'videos');
        drupal_set_breadcrumb($breadcrumb);
    }

Good tuto in french
http://juliendubreuil.fr/drupal/breadcrumb-personnalise

API functions

Tricks

global $base_root;
$vars['feed_url'] = $base_root . request_uri();

WIKI by Sébastien Lucas CEO & Funder or Bricks

Clone this wiki locally