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-main.tpl.php,v 1.1.2.1 2010/11/28 23:31:28 karens Exp $
/**
* @file
* Template to display calendar navigation and links.
*
*
* @see template_preprocess_calendar_main.
*
* $view: The view.
@ -13,7 +12,7 @@
* $mini: Whether this is a mini view.
* $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.
*
*
*/
//dsm('Display: '. $display_type .': '. $min_date_formatted .' to '. $max_date_formatted);
?>
@ -23,4 +22,4 @@
<?php if (!empty($calendar_add_date)) print $calendar_add_date; ?>
<?php if (empty($block)) print theme('links', $calendar_links);?>
<?php print theme('date_navigation', $view) ?>
</div>
</div>