/[drupal]/contributions/modules/disknode/disknode.inc
ViewVC logotype

Diff of /contributions/modules/disknode/disknode.inc

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

revision 1.1.6.11, Sun Nov 18 14:32:29 2007 UTC revision 1.1.6.12, Sun Nov 18 15:15:52 2007 UTC
# Line 1  Line 1 
1  <?php  <?php
2    
3  // $Id: disknode.inc,v 1.1.6.10 2007/11/11 15:13:41 mooffie Exp $  // $Id: disknode.inc,v 1.1.6.11 2007/11/18 14:32:29 mooffie Exp $
4    
5  /**  /**
6   * Drupal version independed code   * Drupal version independed code
# Line 117  function theme_disknode_link($file, $sol Line 117  function theme_disknode_link($file, $sol
117      ), 'download');      ), 'download');
118      $counter = t('Downloads: @counter', array('@counter' => $file->downloads));      $counter = t('Downloads: @counter', array('@counter' => $file->downloads));
119      $size    = format_size($file->filesize);      $size    = format_size($file->filesize);
120      $link    = "$counter &nbsp; $link ($size)";      $link    = "$counter | $link ($size)";
121    } else {    } else {
122      // When printing a link which is one of many, use the format:      // When printing a link which is one of many, use the format:
123      //     file.pdf (56 download | 5 KB)      //     file.pdf (56 download | 5 KB)

Legend:
Removed from v.1.1.6.11  
changed lines
  Added in v.1.1.6.12

  ViewVC Help
Powered by ViewVC 1.1.2