// bibtex stuff
$Path['lib'] = './external/phpBibLib/lib/';
require_once $Path['lib'] . 'lib_bibtex.inc.php';
$Site = array();
$bib = new Bibtex('.bibtex/long.bib','./bibtex/references-fixed.bib');
$Site['bibtex'] = $bib; // if we want to use cite([Bibtex $bib], ,
// , ..), without specifying what bib-object
// to cite from as it's first argument, store the
// object in $Site['bibtex'].
?>