--- D:/web/htdocs/sites/all/modules/pearwiki_filter/old/Image.php Sat Mar 03 05:27:22 2007 +++ D:/web/htdocs/sites/all/modules/pearwiki_filter/new/Image.php Mon Aug 06 13:11:29 2007 @@ -18,8 +18,9 @@ foreach($parts as $part) { if (in_array($part, array('thumbnail', 'thumb', 'frame'))) { if ($part == 'thumb' || $part == 'thumbnail') { - $options['attr']['align'] = 'right'; - $options['attr']['width'] = '180'; + /*$options['attr']['align'] = 'right'; + $options['attr']['width'] = '180';*/ + $options['attr']['type'] = 'thumbnail'; } else {