Script written by Stephen Yabziz | > Date started: 14th February 2004 | > The gallery page | +-------------------------------------------------------------------------- */ define("IN_GALLERY",1); include "includes/inc.php"; $baseUrl='index2.php?'; /** * email images links */ if($input[emaillinks]&&$input[email]) { emailLinks(); } $template->set_filenames(array( 'body' => 'index2.body.html') ); /** * start to build block! */ showTopImages4G(); showPopularImages4G(); showNewImages4G(); showNews(); //if($input[showlinks]!=1) buildUploadForm(); /** * show image links */ if($input[showlinks]==1&&$user->uid) { showImage4GLinks(); } showUploadTip(); siteStats(); require_once("header.php"); $template->pparse('body'); include "gallery_footer.php"; ?>