Skip to content

Instantly share code, notes, and snippets.

@2dpi
Created June 20, 2012 14:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 2dpi/2960232 to your computer and use it in GitHub Desktop.
Save 2dpi/2960232 to your computer and use it in GitHub Desktop.
Seblod - Image output for upload image field
<?php
/*
* Output for image upload field (original + thumbs x 5)
*
*/
?>
<img src="<?php echo $cck->getValue('fieldname');?>" title="" alt="" />
<img src="<?php echo $cck->getThumb1('fieldname');?>" title="" alt="" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment