/[drupal]/contributions/modules/vote_up_down/vud.theme.inc
ViewVC logotype

Diff of /contributions/modules/vote_up_down/vud.theme.inc

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

revision 1.1.2.20, Sun Aug 16 19:22:05 2009 UTC revision 1.1.2.21, Mon Aug 17 17:23:39 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: vud.theme.inc,v 1.1.2.19 2009/08/15 21:15:45 lut4rp Exp $  // $Id: vud.theme.inc,v 1.1.2.20 2009/08/16 19:22:05 lut4rp Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 144  function vud_read_widgets() { Line 144  function vud_read_widgets() {
144      $themename = substr($file->filename, strlen($widgets_dir) + 1, $widgetword - 2);      $themename = substr($file->filename, strlen($widgets_dir) + 1, $widgetword - 2);
145      $themes["$themename"] = $themename;      $themes["$themename"] = $themename;
146    }    }
147      asort($themes);
148    return $themes;    return $themes;
149  }  }
150    

Legend:
Removed from v.1.1.2.20  
changed lines
  Added in v.1.1.2.21

  ViewVC Help
Powered by ViewVC 1.1.2