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=explode("\n",$keys); foreach($kArray as $now) { list($first,$second)=explode("\|",$now); if($first=="") continue; $firstArr=explode(" ",$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
"; ?>