<?php if($article->fields['thumb']){reset($article->fields['thumb']);$file = current($article->fields['thumb']);$thumb = img(image_get_thumb($file->fid, $file->filepath, '200x200', 'scale_resize'));}?>