/[drupal]/contributions/modules/slideshowcs/slideshowcs.module
ViewVC logotype

Diff of /contributions/modules/slideshowcs/slideshowcs.module

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

revision 1.1.2.6.2.5, Thu Jan 8 14:38:32 2009 UTC revision 1.1.2.6.2.6, Tue Jan 13 14:32:39 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: slideshowcs.module,v 1.1.2.6.2.4 2009/01/05 15:25:41 davebv Exp $  // $Id: slideshowcs.module,v 1.1.2.6.2.5 2009/01/08 14:38:32 davebv Exp $
3    
4  /**  /**
5    * @file    * @file
# Line 165  function slideshowcs_generate($delta) { Line 165  function slideshowcs_generate($delta) {
165          );          );
166        }        }
167      }      }
168      $aux = 'random_load'. $delta ;      $aux = 'random_load_'. $delta ;
169      if(variable_get($aux, '0')){      if(variable_get($aux, '0')){
170        shuffle($images);        shuffle($images);
171      }      }
# Line 275  function slideshowcs_my_form($form_state Line 275  function slideshowcs_my_form($form_state
275    //from: '65% 50% 1x',    //from: '65% 50% 1x',
276    //to:   '100% 20% 1x',    //to:   '100% 20% 1x',
277    //time: 2    //time: 2
278    $defaultpath = file_directory_path() . t('/slideshowcs');    $defaultpath = file_directory_path() .'/slideshowcs' ;
279    $form['NoBlocks'] = array(    $form['NoBlocks'] = array(
280      '#type' => 'textfield',      '#type' => 'textfield',
281      '#title' => t('Number of blocks'),      '#title' => t('Number of blocks'),
# Line 295  function slideshowcs_my_block_form($delt Line 295  function slideshowcs_my_block_form($delt
295    //from: '65% 50% 1x',    //from: '65% 50% 1x',
296    //to:   '100% 20% 1x',    //to:   '100% 20% 1x',
297    //time: 2    //time: 2
298    $defaultpath = file_directory_path() . t('/slideshowcs');    $defaultpath = file_directory_path() .'/slideshowcs' ;
299    
300    
301    $form['Folder'] = array(    $form['Folder'] = array(

Legend:
Removed from v.1.1.2.6.2.5  
changed lines
  Added in v.1.1.2.6.2.6

  ViewVC Help
Powered by ViewVC 1.1.2