Browse Source

add support for per bibtex file configuration. closes #33

pull/63/merge
Martin Monperrus 9 years ago
parent
commit
b8ae783b52
  1. 2
      bibtexbrowser.php

2
bibtexbrowser.php

@ -45,6 +45,8 @@ function c($key) { // shortcut
// I recommend to put your changes in bibtexbrowser.local.php
// it will help you to upgrade the script with a new version
// the changes that require existing bibtexbrowser symbols should be in bibtexbrowser.after.php (included at the end of this file)
// per bibtex file configuration
@include(@$_GET[Q_FILE].'.local.php');
@include(preg_replace('/\.php$/','.local.php',__FILE__));
// the encoding of your bibtex file

Loading…
Cancel
Save