Advertisement
Guest User

NextGen 2.0

a guest
Mar 25th, 2014
473
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?php
  2.     // Fotos Embaralhadas
  3.     $cwidget = new C_Widget();
  4.     $cwidget->echo_widget_random(8, 65, 65, '', '', 'thumbnail');   // 8 = quantidade de fotos, 65 = largura e altura
  5. ?>
  6.  
  7. <?php
  8.     // Fotos Recentes
  9.     $cwidget = new C_Widget();
  10.     $cwidget->echo_widget_recente(8, 65, 65, '', '', 'thumbnail');  // 8 = quantidade de fotos, 65 = largura e altura
  11. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement