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,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;
}
}