Mercurial > defr > drupal > scald > dnd
comparison dnd_test/dnd_test.module @ 21:69db20fdbac2
Cleanup and refactoring.
author | David Eads <eads@chicagotech.org> |
---|---|
date | Tue, 10 Mar 2009 13:46:49 -0500 |
parents | 89fe0aca43d4 |
children | a72403cfa9a8 |
comparison
equal
deleted
inserted
replaced
20:89fe0aca43d4 | 21:69db20fdbac2 |
---|---|
116 */ | 116 */ |
117 function template_preprocess_dnd_library_preview(&$variables) { | 117 function template_preprocess_dnd_library_preview(&$variables) { |
118 template_preprocess_dnd_library_item($variables); | 118 template_preprocess_dnd_library_item($variables); |
119 | 119 |
120 $variables['id'] = 'dnd-preview-'. $variables['i']; | 120 $variables['id'] = 'dnd-preview-'. $variables['i']; |
121 $variables['image'] = '<img src="http://'. $_SERVER['HTTP_HOST'] . base_path() . drupal_get_path('module', 'dnd_test') .'/img/item-'. $variables['img_num'] .'-M.jpg" class="drop" width="300" height="225" />'; | 121 $variables['image'] = '<img src="http://'. $_SERVER['HTTP_HOST'] . base_path() . drupal_get_path('module', 'dnd_test') .'/img/item-'. $variables['img_num'] .'-S.jpg" class="drop" width="125" height="94" />'; |
122 | 122 |
123 $variables['description'] = 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.'; | 123 $variables['description'] = 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.'; |
124 } | 124 } |
125 | 125 |
126 | 126 |
127 /** | 127 /** |
128 * Completely contrived edit item theme function | 128 * Completely contrived edit item theme function |