SHOW:
|
|
- or go back to the newest paste.
| 1 | <?php | |
| 2 | // Fotos Embaralhadas | |
| 3 | - | $cwidget->echo_widget_random(8, 65, 65, '', '', 'thumbnail'); |
| 3 | + | |
| 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 | ?> |