--- taxonomy_image_blocks.module +++ (clipboard) @@ -66,7 +66,7 @@ ); $block = array( 'subject' => strtr(variable_get('taxonomy_image_block_title', 'Term Images for "@title"'), $subs), - 'content' => theme('taxonomy_image_block', $rows), + 'content' => theme('table', array() , $rows, array('id' => 'taxonomy_image_terms')), ); } break; @@ -161,15 +161,3 @@ } } } - -function taxonomy_image_blocks_theme($existing, $type, $theme, $path) { - return array( - 'taxonomy_image_block' => array( - 'arguments' => array('rows' => NULL), - ), - ); -} - -function theme_taxonomy_image_block($rows) { - return theme('table', array() , $rows, array('id' => 'taxonomy_image_terms')); -} \ No newline at end of file