Description
Generates an <img> tag with the project's thumbnail. If the project does not have a thumbnail, then an empty string is returned.
Example output:
<img src="http://www.domain.com/cms/files/cache/file.project.jpg" width="180" height="100" />
Usage
<?php echo projectThumbnail(); ?>