Advertisement
darkufo

ZenPhoto

Mar 20th, 2011
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <?php $str = ''; ?>
  2. <?php while (next_image()): ?>
  3. $str .= '<a href="<?php echo html_encode(getImageLinkURL());?>" title="<?php echo getBareImageTitle();?>"><?php printImageThumb(getAnnotatedImageTitle()); ?></a>;'
  4. <?php endwhile; ?>
  5.  
  6. <textarea type="text" size="50">
  7. <?php echo $str; ?>
  8. </textarea>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement