= $pagelimit){ $end_count = $start + $pagelimit; } $foto_gallery = foto_gallery_hedline($totalrows, $pagenums, $page, $start, $pagelimit, $type); //---- echo "

PHOTO GALLERY

"; echo "
"; echo $foto_gallery; echo "
"; //----- if ($totalrows - $end_count > $pagelimit) { $var2 = $pagelimit; //dla next ile na nastepnej stronie } elseif ($totalrows - $end_count <= $pagelimit){ $var2 = $totalrows - $end_count; //dla next ile na nastepnej stronie } echo "

"; $space = " "; if ($page > 1){ echo " "; } for ($i=1; $i<=$pagenums; $i++) { if ($i!=$page){ echo " $i"; } else{ echo " $i"; } } if ($page<$pagenums) { echo " "; } echo "

"; } elseif($id_gallery){//pojedyncza galeria list($id_g, $title_main_g, $title_headline, $foto_g, $body_g, $dir_g, $time_g) = foto_gallery($id_gallery); //---- echo "

PHOTO GALLERY

"; echo "

$title_main_g

"; echo $body_g; echo "
"; $foto_1 = 1; $foto_2 = 2; $opdir = opendir("files/gallery/$dir_g/thumbs/"); while($file = readdir($opdir)){ if(file_exists("files/gallery/$dir_g/thumbs/$foto_1.jpeg")) echo"

  •    
  • "; if(file_exists("files/gallery/$dir_g/thumbs/$foto_2.jpeg")) echo"
        "; echo"
"; $foto_1=$foto_1+2; $foto_2=$foto_2+2; } echo "
"; echo "

 

"; echo "$time_g"; //----- } } ?>

Copyright by comenius-rivers.eu v1.2