# HG changeset patch # User David Eads # Date 1236711327 18000 # Node ID a72403cfa9a85dcfb866082aa834e1821f17dac6 # Parent 40b5dd396feb45e440d72cae281e348ee929646f Simple tweak to add id to editor images in test module. diff -r 40b5dd396feb -r a72403cfa9a8 dnd_test/dnd_test.module --- a/dnd_test/dnd_test.module Tue Mar 10 13:47:44 2009 -0500 +++ b/dnd_test/dnd_test.module Tue Mar 10 13:55:27 2009 -0500 @@ -166,7 +166,7 @@ else { $img = 1; } - $variables['image'] = theme('image', drupal_get_path('module', 'dnd_test') .'/img/item-'. $img .'-'. $size .'.jpg', 'foo', 'foo', array('class' => 'dnd-dropped')); + $variables['image'] = theme('image', drupal_get_path('module', 'dnd_test') .'/img/item-'. $img .'-'. $size .'.jpg', '', '', array('class' => 'dnd-dropped', 'id' => 'dnd-id-'. $i)); } function template_preprocess_dnd_library_header(&$variables) {}