Quote:
Originally Posted by Logician
|
Just tried that, now the page isn't blank, but the part where my bible search should show up is blank.
I'm using this inserted code
Code:
require_once("bible/bible/bible_config.php");
require_once("bible/bible/bible_system.php");
$interface=$_GET['interface'];
// set the interface to use
if($interface==""){$interface=$default_interface;}
if($interface=="standard"){$interface=$standard_interface;}
// manually set interface
// $interface="standard";
require_once("bible/bible/interfaces/$interface.php");