View file wapirate/xhtml/config.cfg.php

File size: 445B
<?
$a = rand(1,5);
// $_style_ = 'gallery1.css';
$_style_ = 'gallery'.$a.'.css';
$_page_title_ = 'Photo Album<br>';
$_images_dir_ = 'fotos/';
$_width_min_ = 110 ;
$_height_min_ = 110 ;
// $_quality_ = 0..100
$_quality_ = 90;
$_vspace_ = 10 ;
$_hspace_ = 10 ;
$_border_ = 1;
$_sort_ = SORT_ASC;
$_width_max_ = 640 ;
// tampilkan nama file dibawah photo, 1=yes 0=no
$_filename_ = 1;
$_no_cols_ = 3;
$_no_pics_per_page_ = 3;
?>