Skip to content
Snippets Groups Projects
Commit a31e0d5d authored by André Lahmann's avatar André Lahmann
Browse files

* bugfix in finc-theme

* disabled wikipedia content for authors
parent 0e3c242f
No related merge requests found
...@@ -578,7 +578,7 @@ noCoverAvailableImage = images/noCover2.gif ...@@ -578,7 +578,7 @@ noCoverAvailableImage = images/noCover2.gif
; includes notes on improving the accuracy of Wikipedia retrievals. ; includes notes on improving the accuracy of Wikipedia retrievals.
; Note for Windows users: If using Wikipedia, you may need to increase your Apache ; Note for Windows users: If using Wikipedia, you may need to increase your Apache
; heap size settings. For details, see: http://vufind.org/jira/browse/VUFIND-630 ; heap size settings. For details, see: http://vufind.org/jira/browse/VUFIND-630
authors = Wikipedia ;authors = Wikipedia
; You can look up your secret key by logging into http://aws.amazon.com and clicking ; You can look up your secret key by logging into http://aws.amazon.com and clicking
; "Access Identifiers" under "Your Account". ; "Access Identifiers" under "Your Account".
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
<? else: ?> <? else: ?>
<? $summAuthors = $this->driver->getCombinedAuthors(); if (!empty($summAuthors)): ?> <? $summAuthors = $this->driver->getCombinedAuthors(); if (!empty($summAuthors)): ?>
<? foreach($summAuthors as $summAuthor) : ?> <? foreach($summAuthors as $summAuthor) : ?>
<a href="<?=$this->record($this->driver)->getLink('author', $summAuthor)?> class="author"><? <a href="<?=$this->record($this->driver)->getLink('author', $summAuthor)?>" class="author"><?
$summHighlightedAuthor = $this->driver->getHighlightedAuthor(); $summHighlightedAuthor = $this->driver->getHighlightedAuthor();
echo !empty($summHighlightedAuthor) echo !empty($summHighlightedAuthor)
? $this->highlight($summHighlightedAuthor) ? $this->highlight($summHighlightedAuthor)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment