Guest User

Untitled

a guest
Jul 23rd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. function nggDisplayMyImages($galleryID, $list = '', $show = 'thumbnail') {
  2.  
  3. $options[1] = array('galleryID'=>$galleryID,
  4. 'title'=>'',
  5. 'items'=>'10',
  6. 'show'=>$show ,
  7. 'type'=>'recent',
  8. 'width'=>$'75',
  9. 'height'=>'75',
  10. 'exclude'=>'none',
  11. 'list'=>$list );
  12.  
  13. nggWidget::ngg_widget_output($args = array(), 1, $options);
  14. }
Add Comment
Please, Sign In to add comment