Single ImagesDescription
Left Right Next/Previous Photo in Slideshow
F Show Content+Header or Header or neither
T Show/Hide Photo Titles
S Show/Hide Buttons
Multiple ImagesDescription
2 3 4 5 6 7 Columns count for photos
D Big/Small photos
F Show Content+Header or Header or neither
G B Go to Top/Bottom of page
S Show/Hide Buttons

about

my email is explore_all@hotmail.com
Another SearchNew Photos (many)
* Favorite Photos,New
* Search, Login, Slideshow, Music
* Main page only
* links to 2016 Layout
* All in AJAX, Single page
* Favorites, Search

Keyboard Control

'; $left =''; $up =''; $keys=" bLeft Left Right bRight| Next/Previous Photo in Slideshow 2 3 4 5 6 | Columns count for photos D | Big/Small photos F bUp | Show Content+Header or Header or neither T | Show/Hide Photo Titles G B | Go to Top/Bottom of page S | Show/Hide Buttons "; $kArray=split("\n",$keys); foreach($kArray as $now) { list($first,$second)=split("\|",$now); if($first=="") continue; $firstArr=split(" ",$first); $first=""; foreach($firstArr as $nowKey) { $nowKey=trim($nowKey); if($nowKey=="") continue; if($nowKey=="bLeft") $first.=$left ." "; else if($nowKey=="bRight") $first.=$right." "; else if($nowKey=="bUp") $first.=$up ." "; else $first.="$nowKey "; } $all.="$first$second"; } $startAll="Keyboard Shortcuts"; $all="" .$all ."
"; print "
$all
"; ?>