|
@ -194,7 +194,8 @@ By default each bibliographic entry is followed by |
|
|
[bibtex] [pdf] [doi], etc. |
|
|
[bibtex] [pdf] [doi], etc. |
|
|
|
|
|
|
|
|
This can be tailored by configuring as follows (in the file ''bibtexbrowser.local.php'') |
|
|
This can be tailored by configuring as follows (in the file ''bibtexbrowser.local.php'') |
|
|
<pre><?php |
|
|
|
|
|
|
|
|
<pre> |
|
|
|
|
|
<?php |
|
|
define('BIBTEXBROWSER_LINK_STYLE','MyFancyBib2links'); |
|
|
define('BIBTEXBROWSER_LINK_STYLE','MyFancyBib2links'); |
|
|
function MyFancyBib2links(&$bibentry) { |
|
|
function MyFancyBib2links(&$bibentry) { |
|
|
// bib is a special type of link. without the url argument or with an invalid image, it prints '[bibtex]' |
|
|
// bib is a special type of link. without the url argument or with an invalid image, it prints '[bibtex]' |
|
|