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: jcalendar.info,v 1.1.4.2 2008/06/23 14:55:01 karens Exp $
name = Calendar Popup
description = "Replaces the links to calendar items with a javascript popup that gracefully regresses if javascript is not enabled"
dependencies[] = calendar
@ -11,4 +10,3 @@ version = "6.x-2.4"
core = "6.x"
project = "calendar"
datestamp = "1294072550"

View file

@ -1,6 +1,4 @@
<?php
// $Id: jcalendar.module,v 1.1.4.17 2010/11/21 12:24:45 karens Exp $
/**
* @file
* jQuery Calendar UI features.
@ -87,11 +85,11 @@ function jcalendar_theme() {
/**
* Overrideable theme for the jcalendar popup view.
*
*
* Defaults to show the standard teaser view of the node.
*/
function theme_jcalendar_view($node) {
$output = node_view($node, TRUE);
$output .= '<div id="nodelink">'. l(t('more', array(), $node->language), calendar_get_node_link($node)) .'</div>';
return $output;
}
}