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,9 +1,8 @@
<?php
// $Id: calendar-month.tpl.php,v 1.6.2.3 2008/06/19 22:55:56 karens Exp $
/**
* @file
* Template to display a view as a calendar month.
*
*
* @see template_preprocess_calendar_month.
*
* $day_names: An array of the day of week names for the table header.
@ -14,9 +13,9 @@
* $block: Whether or not this calendar is in a block.
* $min_date_formatted: The minimum date for this calendar in the format YYYY-MM-DD HH:MM:SS.
* $max_date_formatted: The maximum date for this calendar in the format YYYY-MM-DD HH:MM:SS.
* $date_id: a css id that is unique for this date,
* $date_id: a css id that is unique for this date,
* it is in the form: calendar-nid-field_name-delta
*
*
*/
//dsm('Display: '. $display_type .': '. $min_date_formatted .' to '. $max_date_formatted);
?>
@ -43,4 +42,4 @@
<?php endforeach; ?>
</tbody>
</table>
</div></div>
</div></div>