09/25/2014 at 6:46 pm
#305220
Keymaster
@ Yemi
You want to replace this code:
if ( $entry->getImageLinked() && $entry->getImageDisplay() )
{
echo '<img class="photo" alt="Photo of ' , $entry->getFirstName() , ' ' , $entry->getLastName() , '" src="' , CN_IMAGE_BASE_URL , $entry->getImageNameCard() , '" />' , "\n";
}
else
{
echo '<div class="cn-image-none" style="width: ' . $connections->options->getImgEntryX() . 'px ; height: ' . $connections->options->getImgEntryY() . 'px ;">No Photo Available</div>';
}
Let me know how it goes!
