Skip to content

Commit

Permalink
vufind-9.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fly304625 committed Jun 10, 2024
1 parent 53743c4 commit b9ca388
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions themes/lots/templates/RecordDriver/DefaultRecord/core.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ if (!isset($showCorefieldPrefixes)) {
}

$this->metadata()->generateMetatags($this->driver);

?>
<div class="media" vocab="http://schema.org/" resource="#record" typeof="<?=$this->driver->getSchemaOrgFormats()?> Product">
<?php
Expand Down Expand Up @@ -93,9 +92,10 @@ $this->metadata()->generateMetatags($this->driver);
<?php endif; ?>

<?php /* Display rating if enabled: */ ?>
<?php if ($this->record($this->driver)->isRatingEnabled()): ?>
<?php /* if ($this->record($this->driver)->isRatingEnabled()): ?>
<?=$this->record($driver)->renderTemplate('rating.phtml')?>
<?php endif; ?>
<?php endif; */ ?>
<?php /* LOTS_VuFind 9 fix */ ?>


<?php // if you have a preview tab but want to move or remove the preview link
Expand Down

0 comments on commit b9ca388

Please sign in to comment.