/[drupal]/contributions/modules/calendar/jcalendar/jcalendar.module
ViewVC logotype

Diff of /contributions/modules/calendar/jcalendar/jcalendar.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.4.15, Sat Jan 10 20:14:16 2009 UTC revision 1.1.4.16, Tue Jul 28 21:38:07 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: jcalendar.module,v 1.1.4.14 2008/11/18 14:05:07 karens Exp $  // $Id: jcalendar.module,v 1.1.4.15 2009/01/10 20:14:16 karens Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 87  function jcalendar_theme() { Line 87  function jcalendar_theme() {
87   */   */
88  function theme_jcalendar_view($node) {  function theme_jcalendar_view($node) {
89    $output = node_view($node, TRUE);    $output = node_view($node, TRUE);
90    $output .= '<div id="nodelink">'. l(t('more'), calendar_get_node_link($node)) .'</div>';    $output .= '<div id="nodelink">'. l(t('more', array(), $node->language), calendar_get_node_link($node)) .'</div>';
91    return $output;    return $output;
92  }  }

Legend:
Removed from v.1.1.4.15  
changed lines
  Added in v.1.1.4.16

  ViewVC Help
Powered by ViewVC 1.1.2