Removed obsolete $ in source files
This commit is contained in:
parent
a39c010e06
commit
e5f2b64d98
146 changed files with 836 additions and 1081 deletions
|
@ -1,4 +1,3 @@
|
|||
; $Id: custom_breadcrumbsapi.info,v 1.1.2.1 2009/09/08 01:31:48 mgn Exp $
|
||||
name = Custom Breadcrumbs API
|
||||
package = Custom Breadcrumbs
|
||||
dependencies[] = custom_breadcrumbs
|
||||
|
@ -13,4 +12,3 @@ version = "6.x-2.0-rc1"
|
|||
core = "6.x"
|
||||
project = "custom_breadcrumbs"
|
||||
datestamp = "1294462254"
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id: custom_breadcrumbsapi.install,v 1.1.2.3 2010/05/03 22:49:15 mgn Exp $
|
||||
/**
|
||||
* @file
|
||||
* Install file for the custom_breadcrumbsapi module.
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id: custom_breadcrumbsapi.module,v 1.1.2.9 2010/10/22 15:55:33 mgn Exp $
|
||||
/**
|
||||
* @file
|
||||
* Provide custom breadcrumbs for module pages.
|
||||
|
@ -82,7 +81,7 @@ function custom_breadcrumbsapi_menu() {
|
|||
* Provide a function for module developers to provide custom breadcrumbs for module pages.
|
||||
* Modules wishing to provide custom breadcrumbs access to specific pages should include
|
||||
* drupal_alter('breadcrumb', $breadcrumb, $modulepage, $objs);
|
||||
* at the end of the function providing the page.
|
||||
* at the end of the function providing the page.
|
||||
*
|
||||
* @param $breadcrumb
|
||||
* The breadcrumb array to be altered
|
||||
|
|
Reference in a new issue