Ok, here is a quick and dirty fix:
in includes/functions.php find: "thumbnail" => get_thumbnail_code($image_row['image_media_file'], $image_row['image_thumb_file'], $image_row['image_id'], $image_row['cat_id'], $image_row['image_name'], $mode, $show_link),
Comment it out or remove it.
Then scroll up a few lines untill you find: $site_template->register_vars(array(
Insert above: $site_template->register_vars(array(
"thumbnail" => get_thumbnail_code($image_row['image_media_file'], $image_row['image_thumb_file'], $image_row['image_id'], $image_row['cat_id'], $image_row['image_name'], $mode, $show_link),
));
Now you should be able use {thumbnail} tag in the media templates.