Guest User

Untitled

a guest
Oct 22nd, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <?php
  2. /*
  3. * Output for image upload field (original + thumbs x 5)
  4. *
  5. */
  6. ?>
  7. <img src="<?php echo $cck->getValue('fieldname');?>" title="" alt="" />
  8. <img src="<?php echo $cck->getThumb1('fieldname');?>" title="" alt="" />
Add Comment
Please, Sign In to add comment