Removed obsolete $ in source files
This commit is contained in:
parent
a39c010e06
commit
e5f2b64d98
146 changed files with 836 additions and 1081 deletions
|
@ -112,5 +112,3 @@ DirectoryIndex index.php
|
||||||
RewriteCond %{REQUEST_URI} !=/favicon.ico
|
RewriteCond %{REQUEST_URI} !=/favicon.ico
|
||||||
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
|
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
|
||||||
# $Id$
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
; $Id: administerusersbyrole.info,v 1.1.2.2 2009/06/29 16:06:09 smokris Exp $
|
|
||||||
name = Administer Users by Role
|
name = Administer Users by Role
|
||||||
description = "Allows users with 'administer users' permission and a role (specified in 'Permissions') to edit/delete other users with a specified role. Also provides control over user creation."
|
description = "Allows users with 'administer users' permission and a role (specified in 'Permissions') to edit/delete other users with a specified role. Also provides control over user creation."
|
||||||
package = Core - extended
|
package = Core - extended
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: administerusersbyrole.module,v 1.1.2.4 2009/01/28 03:44:27 smokris Exp $
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Allows users with 'administer users' permission and a role (specified in 'Permissions') to edit/delete other users with a specified role. If the user being edited has multiple roles, the user doing the editing must have permission to edit ALL of the user being edited's roles. Also provides control over user creation. Works well in conjunction with <a href='http://drupal.org/project/role_delegation'>role_delegation</a>.
|
* Allows users with 'administer users' permission and a role (specified in 'Permissions') to edit/delete other users with a specified role. If the user being edited has multiple roles, the user doing the editing must have permission to edit ALL of the user being edited's roles. Also provides control over user creation. Works well in conjunction with <a href='http://drupal.org/project/role_delegation'>role_delegation</a>.
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: autosave.module,v 1.9 2009/11/06 00:41:16 ptalindstrom Exp $
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Does background saves of node being edited.
|
* Does background saves of node being edited.
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: better-formats-defaults-admin-form.tpl.php,v 1.3.2.7 2009/09/27 14:27:13 dragonwize Exp $
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Default theme implementation to configure Better Formats defaults admin page.
|
* Default theme implementation to configure Better Formats defaults admin page.
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
; $Id: better_formats.info,v 1.1.2.2 2009/02/25 06:44:17 dragonwize Exp $
|
|
||||||
name = Better Formats
|
name = Better Formats
|
||||||
description = Enhances the core input format system by managing input format defaults and settings.
|
description = Enhances the core input format system by managing input format defaults and settings.
|
||||||
package = Core - extended
|
package = Core - extended
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: better_formats.install,v 1.7.2.7 2009/05/31 06:24:40 dragonwize Exp $
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Installs the better_formats module.
|
* Installs the better_formats module.
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: better_formats.module,v 1.23.2.17 2010/02/05 13:59:18 dragonwize Exp $
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Enhances Drupal's core input format settings.
|
* Enhances Drupal's core input format settings.
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: better_formats_defaults.admin.inc,v 1.3.2.11 2010/02/05 13:52:48 dragonwize Exp $
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Contains FAPI and theme functions for the format defaults form.
|
* Contains FAPI and theme functions for the format defaults form.
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
// $Id: better_formats_node_type_form.js,v 1.4.2.3 2009/05/31 17:53:41 dragonwize Exp $
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Enhances the default format selection on content type edit forms.
|
* Enhances the default format selection on content type edit forms.
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: better_formats_settings.admin.inc,v 1.6.2.3 2009/02/25 06:44:17 dragonwize Exp $
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Contains FAPI and theme functions for the format settings form.
|
* Contains FAPI and theme functions for the format settings form.
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
; $Id: calendar.info,v 1.8 2008/04/23 23:42:53 karens Exp $
|
|
||||||
name = Calendar
|
name = Calendar
|
||||||
description = Views plugin to display views containing dates as Calendars.
|
description = Views plugin to display views containing dates as Calendars.
|
||||||
dependencies[] = views
|
dependencies[] = views
|
||||||
|
@ -13,4 +12,3 @@ version = "6.x-2.4"
|
||||||
core = "6.x"
|
core = "6.x"
|
||||||
project = "calendar"
|
project = "calendar"
|
||||||
datestamp = "1294072550"
|
datestamp = "1294072550"
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
//$Id: calendar.install,v 1.13.2.12 2010/02/28 14:23:48 karens Exp $
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Implementation of hook_enable().
|
* Implementation of hook_enable().
|
||||||
* Reset the calendar caches.
|
* Reset the calendar caches.
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: calendar.module,v 1.121.2.43 2010/12/31 16:25:43 karens Exp $
|
|
||||||
define('CALENDAR_SHOW_ALL', 0);
|
define('CALENDAR_SHOW_ALL', 0);
|
||||||
define('CALENDAR_HIDE_ALL', -1);
|
define('CALENDAR_HIDE_ALL', -1);
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: calendar-view-ical.tpl.php,v 1.1.2.5 2010/11/21 12:25:12 karens Exp $
|
|
||||||
/**
|
/**
|
||||||
* $calname
|
* $calname
|
||||||
* The name of the calendar.
|
* The name of the calendar.
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
; $Id: calendar_ical.info,v 1.1.2.1 2008/09/05 11:03:42 karens Exp $
|
|
||||||
name = Calendar iCal
|
name = Calendar iCal
|
||||||
description = Adds ical functionality to Calendar views.
|
description = Adds ical functionality to Calendar views.
|
||||||
dependencies[] = views
|
dependencies[] = views
|
||||||
|
@ -14,4 +13,3 @@ version = "6.x-2.4"
|
||||||
core = "6.x"
|
core = "6.x"
|
||||||
project = "calendar"
|
project = "calendar"
|
||||||
datestamp = "1294072550"
|
datestamp = "1294072550"
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: calendar_ical.install,v 1.1.2.6 2010/02/28 14:23:48 karens Exp $
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Implementation of hook_install().
|
* Implementation of hook_install().
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: calendar_ical.module,v 1.1.2.6 2008/11/24 15:48:15 karens Exp $
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Implementation of hook_views_api().
|
* Implementation of hook_views_api().
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
//$Id: calendar_ical.views.inc,v 1.1.2.6 2009/02/16 23:46:22 karens Exp $
|
|
||||||
//views_include_handlers();
|
|
||||||
/**
|
/**
|
||||||
* Implementation of hook_views_plugins
|
* Implementation of hook_views_plugins
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
//$Id: calendar_ical_admin.inc,v 1.1.2.2 2008/10/02 20:23:49 karens Exp $
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Setup and admin functions.
|
* Setup and admin functions.
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: calendar_plugin_display_ical.inc,v 1.1.2.5 2008/11/25 16:12:36 karens Exp $
|
|
||||||
/**
|
/**
|
||||||
* The plugin that handles a feed, such as RSS or atom.
|
* The plugin that handles a feed, such as RSS or atom.
|
||||||
*
|
*
|
||||||
|
@ -215,4 +214,3 @@ class calendar_plugin_display_ical extends views_plugin_display_page {
|
||||||
return $errors;
|
return $errors;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: calendar_plugin_style_ical.inc,v 1.1.2.17 2009/04/28 22:47:29 karens Exp $
|
|
||||||
/**
|
/**
|
||||||
* Default style plugin to render an iCal feed.
|
* Default style plugin to render an iCal feed.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: theme.inc,v 1.1.2.15 2010/11/21 11:00:56 karens Exp $
|
|
||||||
/**
|
/**
|
||||||
* Preprocess an ical feed
|
* Preprocess an ical feed
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
; $Id: calendar_multiday.info,v 1.1.2.2 2011/01/03 12:28:47 karens Exp $
|
|
||||||
name = Calendar Multiday
|
name = Calendar Multiday
|
||||||
description = "Use the calendar multiday display as an alternative to the standard display. (BETA version)"
|
description = "Use the calendar multiday display as an alternative to the standard display. (BETA version)"
|
||||||
dependencies[] = calendar
|
dependencies[] = calendar
|
||||||
|
@ -12,4 +11,3 @@ version = "6.x-2.4"
|
||||||
core = "6.x"
|
core = "6.x"
|
||||||
project = "calendar"
|
project = "calendar"
|
||||||
datestamp = "1294072550"
|
datestamp = "1294072550"
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: calendar_multiday.module,v 1.1.2.2 2010/12/31 16:25:43 karens Exp $
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Implementation of hook_views_api().
|
* Implementation of hook_views_api().
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
// $Id: calendar_overlap.js,v 1.1.2.1 2010/11/28 23:31:28 karens Exp $
|
|
||||||
/*
|
/*
|
||||||
* Create the splitter, set the viewport size, and set the position of the scrollbar to the first item.
|
* Create the splitter, set the viewport size, and set the position of the scrollbar to the first item.
|
||||||
*/
|
*/
|
||||||
|
@ -79,4 +78,3 @@ function calendar_resizeViewport() {
|
||||||
// Give it a 20 pixel margin at the bottom
|
// Give it a 20 pixel margin at the bottom
|
||||||
$('#single-day-container').height(Math.max(400,viewportHeight - top - 20));
|
$('#single-day-container').height(Math.max(400,viewportHeight - top - 20));
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
//$Id: calendar.inc,v 1.1.2.4 2011/01/02 00:00:56 karens Exp $
|
|
||||||
/**
|
/**
|
||||||
* Build calendar
|
* Build calendar
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: calendar-datebox.tpl.php,v 1.1.2.2 2010/12/31 14:16:12 karens Exp $
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Template to display the date box in a calendar.
|
* Template to display the date box in a calendar.
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: calendar-day-node.tpl.php,v 1.1.2.2 2010/12/31 23:31:28 karens Exp $
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Template to display a view item as a calendar day node.
|
* Template to display a view item as a calendar day node.
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: calendar-day-overlap.tpl.php,v 1.1.2.1 2010/11/28 23:31:28 karens Exp $
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Template to display a view as a calendar day, grouped by time with overlapping items
|
* Template to display a view as a calendar day, grouped by time with overlapping items
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: calendar-day.tpl.php,v 1.1.2.1 2010/11/28 23:31:28 karens Exp $
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Template to display a view as a calendar day, grouped by time
|
* Template to display a view as a calendar day, grouped by time
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: calendar-main.tpl.php,v 1.1.2.1 2010/11/28 23:31:28 karens Exp $
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Template to display calendar navigation and links.
|
* Template to display calendar navigation and links.
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: calendar-mini.tpl.php,v 1.1.2.1 2010/11/28 23:31:28 karens Exp $
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Template to display a view as a mini calendar month.
|
* Template to display a view as a mini calendar month.
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: calendar-month-col.tpl.php,v 1.1.2.1 2010/11/28 23:31:28 karens Exp $
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Template to display a column
|
* Template to display a column
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: calendar-month-multiple-node.tpl.php,v 1.1.2.1 2010/11/28 23:31:28 karens Exp $
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Template to display a summary of the days items as a calendar month node.
|
* Template to display a summary of the days items as a calendar month node.
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: calendar-month-node.tpl.php,v 1.1.2.2 2010/12/31 23:31:28 karens Exp $
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Template to display a view item as a calendar month node.
|
* Template to display a view item as a calendar month node.
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: calendar-month-row.tpl.php,v 1.1.2.1 2010/11/28 23:31:28 karens Exp $
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Template to display a row
|
* Template to display a row
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: calendar-month.tpl.php,v 1.1.2.1 2010/11/28 23:31:28 karens Exp $
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Template to display a view as a calendar month.
|
* Template to display a view as a calendar month.
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: calendar-week-multiple-node.tpl.php,v 1.1.2.1 2010/11/28 23:31:28 karens Exp $
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Template to display a summary of the days items as a calendar week node.
|
* Template to display a summary of the days items as a calendar week node.
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: calendar-week-node.tpl.php,v 1.1.2.2 2010/12/31 23:31:28 karens Exp $
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Template to display a view item as a calendar week node.
|
* Template to display a view item as a calendar week node.
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: calendar-week-overlap.tpl.php,v 1.1.2.1 2010/11/28 23:31:28 karens Exp $
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Template to display a view as a calendar week with overlapping items
|
* Template to display a view as a calendar week with overlapping items
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: calendar-week.tpl.php,v 1.1.2.1 2010/11/28 23:31:28 karens Exp $
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Template to display a view as a calendar week.
|
* Template to display a view as a calendar week.
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: calendar-year.tpl.php,v 1.1.2.1 2010/11/28 23:31:28 karens Exp $
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Template to display a view as a calendar year.
|
* Template to display a view as a calendar year.
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: theme.inc,v 1.1.2.4 2011/01/03 12:28:48 karens Exp $
|
|
||||||
/**
|
/**
|
||||||
* Display a calendar navigation and links
|
* Display a calendar navigation and links
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
; $Id: calendar.help.ini,v 1.1.2.4 2008/10/28 11:46:19 karens Exp $
|
|
||||||
|
|
||||||
[advanced help settings]
|
[advanced help settings]
|
||||||
name = Calendar
|
name = Calendar
|
||||||
index name = "Calendar"
|
index name = "Calendar"
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
//$Id: calendar.inc,v 1.1.2.46 2010/11/28 23:31:28 karens Exp $
|
|
||||||
/**
|
/**
|
||||||
* Build calendar
|
* Build calendar
|
||||||
*
|
*
|
||||||
|
@ -200,4 +199,3 @@ function calendar_build_day($curday, $view, $items) {
|
||||||
);
|
);
|
||||||
return $content;
|
return $content;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
//$Id: calendar.views.inc,v 1.1.2.11 2010/11/29 11:41:58 karens Exp $
|
|
||||||
/**
|
/**
|
||||||
* Implementation of hook_views_query()
|
* Implementation of hook_views_query()
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
//$Id: calendar.views_default.inc,v 1.1.2.23 2010/11/28 23:31:28 karens Exp $
|
|
||||||
/**
|
/**
|
||||||
* Set up so it can be used as an API to create default calendars for
|
* Set up so it can be used as an API to create default calendars for
|
||||||
* specific date fields.
|
* specific date fields.
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: calendar_plugin_display_attachment.inc,v 1.1.2.22 2011/01/03 02:39:05 karens Exp $
|
|
||||||
/**
|
/**
|
||||||
* The plugin that handles calendar attachment displays.
|
* The plugin that handles calendar attachment displays.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: calendar_plugin_display_block.inc,v 1.1.2.12 2010/12/28 15:35:50 karens Exp $
|
|
||||||
/**
|
/**
|
||||||
* The plugin that handles a calendar block.
|
* The plugin that handles a calendar block.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: calendar_plugin_display_page.inc,v 1.1.2.25 2011/01/03 02:39:05 karens Exp $
|
|
||||||
/**
|
/**
|
||||||
* The plugin that handles a full calendar page.
|
* The plugin that handles a full calendar page.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: calendar_plugin_style.inc,v 1.1.2.18 2011/01/03 02:39:05 karens Exp $
|
|
||||||
/**
|
/**
|
||||||
* Style plugin to create the calendar navigation and links.
|
* Style plugin to create the calendar navigation and links.
|
||||||
*
|
*
|
||||||
|
@ -179,4 +178,3 @@ class calendar_plugin_style extends views_plugin_style {
|
||||||
return theme($this->theme_functions(), $this->view, $this->options, array());
|
return theme($this->theme_functions(), $this->view, $this->options, array());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: calendar_view_plugin_style.inc,v 1.1.2.21 2010/12/28 15:35:50 karens Exp $
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Style plugin to render the year, month, week, or day calendar view.
|
* Style plugin to render the year, month, week, or day calendar view.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
; $Id: jcalendar.info,v 1.1.4.2 2008/06/23 14:55:01 karens Exp $
|
|
||||||
name = Calendar Popup
|
name = Calendar Popup
|
||||||
description = "Replaces the links to calendar items with a javascript popup that gracefully regresses if javascript is not enabled"
|
description = "Replaces the links to calendar items with a javascript popup that gracefully regresses if javascript is not enabled"
|
||||||
dependencies[] = calendar
|
dependencies[] = calendar
|
||||||
|
@ -11,4 +10,3 @@ version = "6.x-2.4"
|
||||||
core = "6.x"
|
core = "6.x"
|
||||||
project = "calendar"
|
project = "calendar"
|
||||||
datestamp = "1294072550"
|
datestamp = "1294072550"
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: jcalendar.module,v 1.1.4.17 2010/11/21 12:24:45 karens Exp $
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* jQuery Calendar UI features.
|
* jQuery Calendar UI features.
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
// $Id: calendar_colorpicker.js,v 1.1.4.3 2008/11/21 22:04:56 karens Exp $
|
|
||||||
/**
|
/**
|
||||||
* Implementation of hook_elements.
|
* Implementation of hook_elements.
|
||||||
*
|
*
|
||||||
|
@ -37,4 +36,3 @@ Drupal.behaviors.calendarColorpicker = function (context) {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: calendar-datebox.tpl.php,v 1.2.2.3 2010/11/21 14:15:32 karens Exp $
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Template to display the date box in a calendar.
|
* Template to display the date box in a calendar.
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: calendar-day-node.tpl.php,v 1.2.2.4 2010/11/21 13:19:37 karens Exp $
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Template to display a view item as a calendar day node.
|
* Template to display a view item as a calendar day node.
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: calendar-day.tpl.php,v 1.7.2.10 2010/11/21 13:19:37 karens Exp $
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Template to display a view as a calendar day, grouped by time
|
* Template to display a view as a calendar day, grouped by time
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: calendar-main.tpl.php,v 1.2.2.4 2009/01/10 20:04:18 karens Exp $
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Template to display calendar navigation and links.
|
* Template to display calendar navigation and links.
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: calendar-mini.tpl.php,v 1.1.2.7 2010/11/21 13:19:37 karens Exp $
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Template to display a view as a mini calendar month.
|
* Template to display a view as a mini calendar month.
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: calendar-month-multiple-node.tpl.php,v 1.1.2.6 2010/11/21 13:19:37 karens Exp $
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Template to display a summary of the days items as a calendar month node.
|
* Template to display a summary of the days items as a calendar month node.
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: calendar-month-node.tpl.php,v 1.2.2.6 2010/11/21 13:19:37 karens Exp $
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Template to display a view item as a calendar month node.
|
* Template to display a view item as a calendar month node.
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: calendar-month.tpl.php,v 1.6.2.3 2008/06/19 22:55:56 karens Exp $
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Template to display a view as a calendar month.
|
* Template to display a view as a calendar month.
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: calendar-week-multiple-node.tpl.php,v 1.1.2.5 2010/11/21 13:19:37 karens Exp $
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Template to display a summary of the days items as a calendar week node.
|
* Template to display a summary of the days items as a calendar week node.
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: calendar-week-node.tpl.php,v 1.2.2.3 2010/11/21 13:19:37 karens Exp $
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Template to display a view item as a calendar week node.
|
* Template to display a view item as a calendar week node.
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: calendar-week.tpl.php,v 1.5.2.6 2009/02/16 23:46:22 karens Exp $
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Template to display a view as a calendar week.
|
* Template to display a view as a calendar week.
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: calendar-year.tpl.php,v 1.6.2.1 2008/06/14 11:38:34 karens Exp $
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Template to display a view as a calendar year.
|
* Template to display a view as a calendar year.
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: theme.inc,v 1.10.2.80 2011/01/03 12:45:27 karens Exp $
|
|
||||||
/**
|
/**
|
||||||
* Display a calendar navigation and links
|
* Display a calendar navigation and links
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
; $Id$
|
|
||||||
|
|
||||||
core = 6.x
|
core = 6.x
|
||||||
api = 2
|
api = 2
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
; $Id: content_taxonomy.info,v 1.1.2.2.2.1 2008/04/30 08:05:19 mh86 Exp $
|
|
||||||
name = Content Taxonomy
|
name = Content Taxonomy
|
||||||
description = Defines a field type for taxonomy terms
|
description = Defines a field type for taxonomy terms
|
||||||
dependencies[] = content
|
dependencies[] = content
|
||||||
|
@ -12,4 +11,3 @@ version = "6.x-1.0-rc2"
|
||||||
core = "6.x"
|
core = "6.x"
|
||||||
project = "content_taxonomy"
|
project = "content_taxonomy"
|
||||||
datestamp = "1250688034"
|
datestamp = "1250688034"
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: $
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Implementation of hook_install().
|
* Implementation of hook_install().
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
// $Id: content_taxonomy.module,v 1.2.2.15.2.33 2009/08/19 12:45:58 mh86 Exp $
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Defines a field type for referencing a taxonomy term.
|
* Defines a field type for referencing a taxonomy term.
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
; $Id: content_taxonomy_autocomplete.info,v 1.1.2.4.2.1 2008/04/30 08:05:19 mh86 Exp $
|
|
||||||
name = Content Taxonomy Autocomplete
|
name = Content Taxonomy Autocomplete
|
||||||
description = Defines a autocomplete widget type for content_taxonomy
|
description = Defines a autocomplete widget type for content_taxonomy
|
||||||
dependencies[] = content
|
dependencies[] = content
|
||||||
|
@ -12,4 +11,3 @@ version = "6.x-1.0-rc2"
|
||||||
core = "6.x"
|
core = "6.x"
|
||||||
project = "content_taxonomy"
|
project = "content_taxonomy"
|
||||||
datestamp = "1250688034"
|
datestamp = "1250688034"
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: content_taxonomy_autocomplete.install,v 1.1.2.2 2008/12/17 21:31:07 mh86 Exp $
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Implementation of hook_install().
|
* Implementation of hook_install().
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: content_taxonomy_autocomplete.module,v 1.2.2.4.2.17 2009/08/19 09:42:30 mh86 Exp $
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Defines a widget type for content_taxonomy with autocomplete
|
* Defines a widget type for content_taxonomy with autocomplete
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
; $Id: content_taxonomy_options.info,v 1.1.2.5.2.1 2008/04/30 08:05:19 mh86 Exp $
|
|
||||||
name = Content Taxonomy Options
|
name = Content Taxonomy Options
|
||||||
description = Defines a option widget type for content_taxonomy for selects, radios/checkboxes
|
description = Defines a option widget type for content_taxonomy for selects, radios/checkboxes
|
||||||
dependencies[] = content
|
dependencies[] = content
|
||||||
|
@ -14,4 +13,3 @@ version = "6.x-1.0-rc2"
|
||||||
core = "6.x"
|
core = "6.x"
|
||||||
project = "content_taxonomy"
|
project = "content_taxonomy"
|
||||||
datestamp = "1250688034"
|
datestamp = "1250688034"
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: content_taxonomy_options.install,v 1.1.2.2 2008/12/17 21:31:07 mh86 Exp $
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Implementation of hook_install().
|
* Implementation of hook_install().
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
// $Id: content_taxonomy_options.module,v 1.1.4.7.2.4 2008/12/27 11:25:27 mh86 Exp $
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Defines a widget type for content_taxonomy for options
|
* Defines a widget type for content_taxonomy for options
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
; $Id: content_taxonomy_tree.info,v 1.1.2.1 2008/04/30 08:05:19 mh86 Exp $
|
|
||||||
name = Content Taxonomy Tree
|
name = Content Taxonomy Tree
|
||||||
description = Defines a dynamic tree widget for Content Taxonomy
|
description = Defines a dynamic tree widget for Content Taxonomy
|
||||||
dependencies[] = content
|
dependencies[] = content
|
||||||
|
@ -13,4 +12,3 @@ version = "6.x-1.0-rc2"
|
||||||
core = "6.x"
|
core = "6.x"
|
||||||
project = "content_taxonomy"
|
project = "content_taxonomy"
|
||||||
datestamp = "1250688034"
|
datestamp = "1250688034"
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: content_taxonomy_tree.install,v 1.1.2.2 2008/12/17 21:31:07 mh86 Exp $
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Implementation of hook_install().
|
* Implementation of hook_install().
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,9 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
// $Id: content_taxonomy_tree.module,v 1.1.2.5 2009/05/14 16:58:22 mh86 Exp $
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Implementation of hook_theme().
|
* Implementation of hook_theme().
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: custom_breadcrumbs.admin.inc,v 1.1.2.3.2.33 2011/01/08 03:32:24 mgn Exp $
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Admin page callback file for the custom_breadcrumbs module.
|
* Admin page callback file for the custom_breadcrumbs module.
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
; $Id: custom_breadcrumbs.info,v 1.6.4.1 2009/03/28 21:31:24 mgn Exp $
|
|
||||||
name = Custom Breadcrumbs
|
name = Custom Breadcrumbs
|
||||||
package = Custom Breadcrumbs
|
package = Custom Breadcrumbs
|
||||||
description = Allows administrators to define custom breadcrumb trails for node types.
|
description = Allows administrators to define custom breadcrumb trails for node types.
|
||||||
|
@ -12,4 +11,3 @@ version = "6.x-2.0-rc1"
|
||||||
core = "6.x"
|
core = "6.x"
|
||||||
project = "custom_breadcrumbs"
|
project = "custom_breadcrumbs"
|
||||||
datestamp = "1294462254"
|
datestamp = "1294462254"
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: custom_breadcrumbs.install,v 1.3.2.3.2.14 2011/01/08 03:53:17 mgn Exp $
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Install file for the custom_breadcrumbs module.
|
* Install file for the custom_breadcrumbs module.
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: custom_breadcrumbs.module,v 1.6.2.5.2.48 2011/01/02 20:51:22 mgn Exp $
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Provide custom breadcrumbs for node-type pages and base functionality
|
* Provide custom breadcrumbs for node-type pages and base functionality
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: custom_breadcrumbs_common.inc,v 1.1.2.9 2010/05/03 22:49:15 mgn Exp $
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Common helper functions used by custom breadcrumbs submodules.
|
* Common helper functions used by custom breadcrumbs submodules.
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
; $Id: custom_breadcrumbs_identifiers.info,v 1.1.2.1 2010/04/25 19:50:50 mgn Exp $
|
|
||||||
name = Custom Breadcrumbs Identifiers
|
name = Custom Breadcrumbs Identifiers
|
||||||
package = Custom Breadcrumbs
|
package = Custom Breadcrumbs
|
||||||
description = Provides special identifiers for custom breadcrumbs.
|
description = Provides special identifiers for custom breadcrumbs.
|
||||||
|
@ -10,4 +9,3 @@ version = "6.x-2.0-rc1"
|
||||||
core = "6.x"
|
core = "6.x"
|
||||||
project = "custom_breadcrumbs"
|
project = "custom_breadcrumbs"
|
||||||
datestamp = "1294462254"
|
datestamp = "1294462254"
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: custom_breadcrumbs_identifiers.module,v 1.1.2.7 2010/12/30 18:36:25 mgn Exp $
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Provide special identifiers for use with custom breadcrumbs.
|
* Provide special identifiers for use with custom breadcrumbs.
|
||||||
|
@ -196,6 +194,3 @@ function custom_breadcrumbs_identifiers_form_alter(&$form, $form_state, $form_id
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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
|
name = Custom Breadcrumbs for Panels
|
||||||
package = Custom Breadcrumbs
|
package = Custom Breadcrumbs
|
||||||
dependencies[] = custom_breadcrumbs
|
dependencies[] = custom_breadcrumbs
|
||||||
|
@ -16,4 +15,3 @@ version = "6.x-2.0-rc1"
|
||||||
core = "6.x"
|
core = "6.x"
|
||||||
project = "custom_breadcrumbs"
|
project = "custom_breadcrumbs"
|
||||||
datestamp = "1294462254"
|
datestamp = "1294462254"
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: custom_breadcrumbs_panels.install,v 1.1.2.3 2010/05/03 22:49:15 mgn Exp $
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Install file for the custom_breadcrumbs_panels module.
|
* Install file for the custom_breadcrumbs_panels module.
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: custom_breadcrumbs_panels.module,v 1.1.2.9 2010/12/30 18:36:25 mgn Exp $
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Provide custom breadcrumbs for panels pages.
|
* Provide custom breadcrumbs for panels pages.
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
; $Id: custom_breadcrumbs_paths.info,v 1.1.2.1 2009/04/06 12:43:32 mgn Exp $
|
|
||||||
name = Custom Breadcrumbs for Paths
|
name = Custom Breadcrumbs for Paths
|
||||||
package = Custom Breadcrumbs
|
package = Custom Breadcrumbs
|
||||||
dependencies[] = custom_breadcrumbs
|
dependencies[] = custom_breadcrumbs
|
||||||
|
@ -13,4 +12,3 @@ version = "6.x-2.0-rc1"
|
||||||
core = "6.x"
|
core = "6.x"
|
||||||
project = "custom_breadcrumbs"
|
project = "custom_breadcrumbs"
|
||||||
datestamp = "1294462254"
|
datestamp = "1294462254"
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: custom_breadcrumbs_paths.install,v 1.1.2.7 2010/05/03 22:49:15 mgn Exp $
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Install file for the custom_breadcrumbs module.
|
* Install file for the custom_breadcrumbs module.
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: custom_breadcrumbs_paths.module,v 1.1.2.26 2010/12/30 18:36:25 mgn Exp $
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Assign custom breadcrumbs based on the Drupal path.
|
* Assign custom breadcrumbs based on the Drupal path.
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: custom_breadcrumbs_taxonomy.admin.inc,v 1.1.2.8 2010/04/25 20:52:23 mgn Exp $
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Administration pages for custom_breadcrumbs_taxonomy.
|
* Administration pages for custom_breadcrumbs_taxonomy.
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: custom_breadcrumbs_taxonomy.inc,v 1.1.2.19 2010/12/30 18:36:25 mgn Exp $
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Helper functions for custom_breadcrumbs_taxonomy.
|
* Helper functions for custom_breadcrumbs_taxonomy.
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
; $Id: custom_breadcrumbs_taxonomy.info,v 1.1.2.2 2009/05/30 22:02:07 mgn Exp $
|
|
||||||
name = Custom Breadcrumbs for Taxonomy
|
name = Custom Breadcrumbs for Taxonomy
|
||||||
description = "Enables taxonomy based breadcrumbs and allows for node assosciations with taxonomy terms."
|
description = "Enables taxonomy based breadcrumbs and allows for node assosciations with taxonomy terms."
|
||||||
package = Custom Breadcrumbs
|
package = Custom Breadcrumbs
|
||||||
|
@ -11,4 +10,3 @@ version = "6.x-2.0-rc1"
|
||||||
core = "6.x"
|
core = "6.x"
|
||||||
project = "custom_breadcrumbs"
|
project = "custom_breadcrumbs"
|
||||||
datestamp = "1294462254"
|
datestamp = "1294462254"
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: custom_breadcrumbs_taxonomy.install,v 1.1.2.10 2011/01/08 03:53:17 mgn Exp $
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Install file for the custom_breadcrumbs_taxonomy module.
|
* Install file for the custom_breadcrumbs_taxonomy module.
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id: custom_breadcrumbs_taxonomy.module,v 1.1.2.26 2010/12/30 18:36:25 mgn Exp $
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* This module implements taxonomy_based breadcrumbs using a hybrid of methods
|
* This module implements taxonomy_based breadcrumbs using a hybrid of methods
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Reference in a new issue