//----------------------------------------------------------------- //MyScrapBook online book program by Eric Gerdes (Crafty Syntax . Com ) //----------------------------------------------------------------- //Spanish Translation and new features to version 4.0 by Antonio Temprano (antoniotemprano.org) //---------------------------------------------------------------------------------------------- // Feel free to change this code to better fit your website. I am // open for any suggestions on how to improve the program and // you can submit suggestions and/or bugs to: // http://craftysyntax.com/myscrapbook/updates/ // if you like using this program and feel it is a good program // feel free to send a donation by going to: // http://craftysyntax.com/myscrapbook/abouts.php //----------------------------------------------------------------- require "config.php"; if ($installed == false){ Header("Location: setup.php"); exit; } // default frames $lefttop = "1f.html"; $leftbot = "2f.html"; $leftmid = "wordsleft2.html"; $rightframe = $leftframe = "bookcontents.php"; // frames if($page == ""){ $openingpage = "true"; $leftframe = "open1.php"; $lefttop = "1a.html"; $leftbot = "2a.html"; $leftmid = "wordsleft.html"; $contentspage = "true"; $rightframe = "contents.php"; } else { $page2 = $page + 1; } ?>