Projet

Général

Profil

Révision eefc2ac0

Ajouté par Assos Assos il y a plus de 6 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/themes/bootstrap/templates/system/breadcrumb.vars.php
1 1
<?php
2

  
2 3
/**
3 4
 * @file
4 5
 * Stub file for "breadcrumb" theme hook [pre]process functions.
......
9 10
 *
10 11
 * See theme function for list of available variables.
11 12
 *
13
 * @param array $variables
14
 *   An associative array of variables, passed by reference.
15
 *
12 16
 * @see bootstrap_breadcrumb()
13 17
 * @see theme_breadcrumb()
14 18
 *
15 19
 * @ingroup theme_preprocess
16 20
 */
17
function bootstrap_preprocess_breadcrumb(&$variables) {
21
function bootstrap_preprocess_breadcrumb(array &$variables) {
18 22
  // Do not modify breadcrumbs if the Path Breadcrumbs module should be used.
19 23
  if (_bootstrap_use_path_breadcrumbs()) {
20 24
    return;

Formats disponibles : Unified diff