You're looking for some 4images templates and styles? Then visit this thread to show websites with 4images templates to download.
0 Members and 1 Guest are viewing this topic.
Just replace in index.phpCode: [Select]ORDER BY i.image_date DESC withCode: [Select]AND i.image_date >= ".(time() - 60 * 60 * 24 * $config['new_cutoff'])." ORDER BY RAND() This requires MySQL version >= 3.23.23Greets Jan
ORDER BY i.image_date DESC
AND i.image_date >= ".(time() - 60 * 60 * 24 * $config['new_cutoff'])." ORDER BY RAND()