Location e ristorante esclusivi per Matrimoni sul mare.
Unisce la tradizione al comfort, per realizzare un evento indimenticabile:
il vostro giorno più bello in un’atmosfera suggestiva, una splendida caletta privata di sabbia con mare cristallino.
Un salotto sul mare 5 stelle lusso, tendaggi di lino bianchi, divani scultura, soffici cuscini, tappeti di canapa, lanterne antiche.
Il servizio curato nei minimi particolari da uno staff attento e professionale insieme alla maestria dei famosi Chef stellati capaci di soddisfare i palati più esigenti.
Tutto per rendere il vostro evento speciale!
Spettacolare la terrazza in teak stile St. Tropez che garantisce l’accesso in tutte le zone del beach club.
Wedding Planner dedicato per voi e Direttore Artistico per la Musica.
-
$picture = $_GET['picture'];
$offset = $_GET['offset'];
// Change this to whatever you call your thumbnail sub-directories. ie-thumbs, tn, thumbnails, etc.
$thumbs_dir="";
// Number of thumbnails per page
$perpage="96";
// Number of thumbs per table row. This *should* go in to $perpage evenly.
// For example, if $perpage = 24, $per_row should be 2, 3, 4, 6, 8, 12, or 24.
$per_row="3";
/********************* You shouldn't need to edit anything below this point. **********************/
$category = "../../foto/beach";
if( empty( $category )){
$category=get_categories();
}
if( empty( $offset ) ){
$offset=0;
}
$tn_dir=opendir( "$category/$thumbs_dir" );
$files=array();
while( $file=readdir( $tn_dir ) ){
if( $file == "." || $file==".." || $file=="index.php" ){
} else {
array_push( $files, $file );
}
}
//asort( $files );
sort( $files );
$num_of_thumbs=count( $files );
$pages=intval( $num_of_thumbs/$perpage );
if( $files % $perpage ){
$pages++;
}
$thumb = '';
// $thumb .= "" . ucwords( str_replace( "_", " ", $category ) ) . "
-
-
\n"; $thumb .= ""; if ($offset!=0) { // first or only page so bypass prev $prevoffset=$offset-$perpage; // $thumb .= "prev | \n"; } for ($i=1;$i<=$pages;$i++) { // make links for however many number of pages there are $newoffset=$perpage*($i-1); // $thumb .= "$i | \n"; } if (!(($offset+$perpage) > $num_of_thumbs) && $pages!=1) { // not last page so display next link $newoffset=$offset+$perpage; // $thumb .= "next\n
"; } $thumb .= ""; $remainder=$num_of_thumbs-$offset; if( $offset+$perpage > $num_of_thumbs ){ for( $i=0; $i<$remainder/$per_row; $i++ ){ // determines how many rows we will need and loops // that many times. $thumb .= ""; for( $x=0; $x<$per_row; $x++ ){ // loop $per_row times in every row $thumb .= ""; if( $offset+1 > $num_of_thumbs ){ // no more pictures, so don't do anything. } else { $thumb .= "