From 4c1b7ebfd4228442539c1de50ec6f2910063fc99 Mon Sep 17 00:00:00 2001 From: Martin Monperrus Date: Thu, 30 Jan 2014 21:17:40 +0100 Subject: [PATCH] adds configuration item for the default frame (suggested by Christopher David Ramos) --- bibtexbrowser.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 { - +