D6 can only handle breadcrumb for items in the Navigation Menu. All this is the result of http://api. drupal.org/api/function/menu_ get_active_menu_name/6 which ALWAYS returns ...
items = drupal_ get_ breadcrumb (); if (is_array ($_ items)) { foreach ($_ items as $i => $_item) { $_ items [$i] = preg_replace ('#(.*?)#', '\1', $_item)
... modules/aggregator/aggregator.pages.inc: Menu callback; displays all the items ... drupal_ get_ breadcrumb: includes/common.inc: Get the breadcrumb trail for the current page.
menu_ get_active_ breadcrumb. Drupal 4.6; Drupal 4.7; Drupal 5; Drupal 6; Drupal 7; View documentation ... Returns an array of rendered menu items in the active breadcrumb trail. Related topics
return substr($ breadcrumb, 0, -6) . ' » ' . drupal_ get_title() . ''; ... this will hold our menu items -- 'path', 'title' ...
297 * Returns an array of rendered menu items in the active breadcrumb trail. * Returns an array ... 304 $trail = menu_ get_trail( drupal_ get_path_alias($_ GET['q'])); $trail ...
... output .= ""; $output .= theme(" breadcrumb", drupal_ get ... return "*"; } /** Returns themed list of items ...
It then turns that list of menu items into breadcrumbs. Note that I pop ... function transfair_ breadcrumbs() { $trail = array(); $alias = drupal_ get_path_alias($_ GET['q']); list ...
... inc 2008/08/16 21:13:32 1.16 @@ -60,7 +60,6 @@ * The items HTML. */ function aggregator_page_category($arg1, $arg2 = NULL) { - drupal_set_ breadcrumb(array_merge( drupal_ get ...
I need to maintain breadcrumb/menu active state when users ... modify these in the product.module, if I can get the referring view - this is what I'm trying at the moment (in Drupal 5.2
The items HTML. */ function aggregator_page_category ($arg1, $arg2 = NULL) {- drupal_set_ breadcrumb (array_merge ( drupal_ get_ breadcrumb (), array (l (t ('Categories'), 'aggregator ...
breadcrumbs = drupal_ get_ breadcrumb(); array_pop($ breadcrumbs); $ breadcrumbs[] = l($ items[' items'][menu_ get_active_item()]['title'], $view->url);
menu_ get_active_ breadcrumb() drupal-5/includes/menu.inc, line 529. Description. Returns an array of rendered menu items in the active breadcrumb trail.
... that I can set up g2keyword menu items to display gallery2 keyword albums based on drupal ... settings'), 'callback' => ' drupal_ get ... 2) Breadcrumbs don't work. 3) Menus don't ...
... documentation they have no way to get back to the project. What I really want the breadcrumb ... Drupal gets the site hierarchy information ... with the project-specific items like the ...
breadcrumb' => theme(' breadcrumb', drupal_ get_ breadcrumb()), 'closure ... foreach ($fields as $category => $ items) {if (strlen($category) > 0) {$output ...
drupal_ get_ breadcrumb: Get the breadcrumb trail for the current page. drupal_ get_content: Get assigned ... format_plural: Format a string containing a count of items. format_rss_channel: Formats ...
... items [] = array( 'path' => drupal_ get_normal_path ($path), ); menu_set_location ( ... passes an array of pages (basically the breadcrumb trail to the current page) to the drupal ...
drupal_ get_ breadcrumb: Get the breadcrumb trail for the current page. drupal_ get_destination: Prepare a ... format_plural: Format a string containing a count of items. format_rss_channel: Formats ...
drupal_ get_ breadcrumb ( ) ... Use parent[child] to exclude nested items. $parent : Should not be passed, only used ...
The items HTML. 61 */ 62: 11: function aggregator_page_category($arg1, $arg2 = NULL) {63: 0: drupal_set_ breadcrumb(array_merge( drupal_ get_ breadcrumb(), array(l(t('Categories'), 'aggregator ...
... arg2 = NULL) { 00063 drupal_set_ breadcrumb (array_merge( drupal_ get_ breadcrumb ... feed_default_ items', 10)); 00337 } 00338 // Or, get the default aggregator items. 00339 ...
... an array of rendered menu items in the active breadcrumb trail. 529 */ 530: function menu_ get_active_ breadcrumb() {531: 532 // No breadcrumb for the front page. 533: if ( drupal_is_front ...
drupal_ get_ breadcrumb: Get the breadcrumb trail for the current page. drupal_ get_content: Get assigned ... format_plural: Format a string containing a count of items. format_rss_channel: Formats ...
Metrics for aggregator.pages.inc ... template_preprocess_aggregator_summary_ items ... drupal_ get_ breadcrumb
Home » Drupal 4.6 API reference » functions. menu_ get_active_ breadcrumb. view documentation; list references ... Returns an array of rendered menu items in the active breadcrumb trail.
drupal_ get_ breadcrumb: Get the breadcrumb trail for the current page. drupal_ get_content: Get assigned ... format_plural: Format a string containing a count of items. format_rss_channel: Formats ...
Each of the items below are extremely common things ... function phptemplate_ breadcrumb ($ breadcrumb) { if ... Is there a good base theme to get started with in Drupal for either ...
... output_answers = ''; drupal_add_css ( drupal_ get_path ( ... array_reverse ($ breadcrumb); drupal_set_ breadcrumb ($ breadcrumb ... new_page") { $vocab_ items = _ get_indented_faq_terms ...
Point out items like tabs and messages. Change your ... Instead of using drupal_ get_path_alias() to get the alias of ... 15:30 - Taxonomy breadcrumb. Then people will be able to start ...
|