This is what I have, but still not working. I need help with the if statement.
What I want is to show the full image when is a gif file and show the default size image when is other files.
`
<?php
if(******************************)
{
?>
"> [img]<?php echo [/img]" />
<?php
}
else
{
?>
"><?php printDefaultSizedImage(getImageTitle()); ?>
<?php
}
?>
`