• Click on an album to open the images of that album
  • You can use your left/right arrow keys to navigate through images, and esc to close.
  • EOF; include("sidebar.inc"); include("create_gallery.inc"); include("pagenav.inc"); switch($pageNo){ case 1: include("page1.inc"); break; case 2: include("page2.inc"); break; case 3: include("page3.inc"); break; case 4: include("page4.inc"); break; case 5: include("page5.inc"); break; case 6: include("page6.inc"); break; default: include("page1.inc"); break; } include("../footer.inc"); ?>