diff --git a/bibtexbrowser.php b/bibtexbrowser.php index 4b8443c..d763575 100755 --- a/bibtexbrowser.php +++ b/bibtexbrowser.php @@ -66,6 +66,9 @@ function bibtexbrowser_configure($key, $value) { @define('ABBRV_TYPE','index');// may be year/x-abbrv/key/none/index/keys-index +//the default view in the "main" (right hand side) frame +@define('BIBTEXBROWSER_DEFAULT_FRAME','year=latest'); // year=latest,all and all valid bibtexbrowser queries + // Wrapper to use when we are included by another script @define('BIBTEXBROWSER_EMBEDDED_WRAPPER', 'NoWrapper'); @@ -3801,7 +3804,7 @@ class Dispatcher {