Created
June 20, 2012 14:45
-
-
Save 2dpi/2960232 to your computer and use it in GitHub Desktop.
Seblod - Image output for upload image field
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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