Browse Source

server test will now properly display bibtexbrowser example

pull/90/head
Chris 7 years ago
parent
commit
3056b96caa
  1. 5
      tests/router.php

5
test/router.php → tests/router.php

@ -1,8 +1,7 @@
<?PHP <?PHP
// $_GET['all']=1;
@define('BIBTEXBROWSER_DEFAULT_FRAME', 'all'); @define('BIBTEXBROWSER_DEFAULT_FRAME', 'all');
//@define('BIBTEXBROWSER_DEFAULT_TEMPLATE','HTMLTemplate');
@define('BIBTEXBROWSER_EMBEDDED_WRAPPER', 'HTMLTemplate');
// //
$_GET['bib']='bibacid-utf8.bib'; $_GET['bib']='bibacid-utf8.bib';
$_GET['wrapper']='BIBTEXBROWSER_EMBEDDED_WRAPPER'; $_GET['wrapper']='BIBTEXBROWSER_EMBEDDED_WRAPPER';
require( 'bibtexbrowser.php' );
require('bibtexbrowser.php');
Loading…
Cancel
Save