Projet

Général

Profil

Révision 5136ce55

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

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/piwik/piwik.module
60 60
      'description' => t('Enter PHP code in the field for tracking visibility settings.'),
61 61
      'restrict access' => TRUE,
62 62
    ),
63
    'add JS snippets for piwik' => array(
64
      'title' => t('Add JavaScript snippets'),
65
      'description' => 'Enter JavaScript code snippets for advanced Piwik functionality.',
66
      'restrict access' => TRUE,
67
    ),
63 68
  );
64 69
}
65 70

  
......
112 117
    $link_settings = array();
113 118
    $link_settings['trackMailto'] = variable_get('piwik_trackmailto', 1);
114 119

  
115
    if (module_exists('colorbox') && ($track_colorbox = variable_get('googleanalytics_trackcolorbox', 1))) {
120
    if (module_exists('colorbox') && ($track_colorbox = variable_get('piwik_trackcolorbox', 1))) {
116 121
      $link_settings['trackColorbox'] = $track_colorbox;
117 122
    }
118 123

  

Formats disponibles : Unified diff