Removed obsolete $ in source files

This commit is contained in:
Manuel Cillero 2017-08-29 14:13:02 +02:00
parent a39c010e06
commit e5f2b64d98
146 changed files with 836 additions and 1081 deletions

View file

@ -1,4 +1,3 @@
; $Id: custom_breadcrumbs_panels.info,v 1.1.2.1 2009/08/02 23:18:48 mgn Exp $
name = Custom Breadcrumbs for Panels
package = Custom Breadcrumbs
dependencies[] = custom_breadcrumbs
@ -16,4 +15,3 @@ version = "6.x-2.0-rc1"
core = "6.x"
project = "custom_breadcrumbs"
datestamp = "1294462254"

View file

@ -1,5 +1,4 @@
<?php
// $Id: custom_breadcrumbs_panels.install,v 1.1.2.3 2010/05/03 22:49:15 mgn Exp $
/**
* @file
* Install file for the custom_breadcrumbs_panels module.

View file

@ -1,5 +1,4 @@
<?php
// $Id: custom_breadcrumbs_panels.module,v 1.1.2.9 2010/12/30 18:36:25 mgn Exp $
/**
* @file
* Provide custom breadcrumbs for panels pages.
@ -127,7 +126,7 @@ function custom_breadcrumbs_panels_ctools_render_alter($info, $page, $args, $con
}
}
// Is this a taxonomy term template?
// Is this a taxonomy term template?
if (isset($task['admin path']) && ($task['admin path'] == "taxonomy/term/%term") && module_exists('custom_breadcrumbs_taxonomy') && variable_get('custom_breadcrumbs_taxonomy_panels', FALSE)) {
module_load_include('inc', 'custom_breadcrumbs_taxonomy');
foreach ($contexts as $context) {