ROOMS
TARIFF
ACTIVITIES
GALLERY
ROUTE MAP
ABOUT US
CONTACT US
$GalleryType = $_GET['GalleryType']; $gallery_folder = './images/gallery/'; $node_list = getFilePaths($gallery_folder, true); if (!$GalleryType) { $GalleryType = $node_list[count($node_list) - 1]['basename']; } if($node_list) { foreach($node_list as $node) { ?>
}; }; ?>
$image_folder = $gallery_folder.$GalleryType.'/thumbnails/'; $file_list = getFilePaths($image_folder); if($file_list) { foreach($file_list as $item) { ?>
}; }; ?>