Skip to content

Commit

Permalink
fix #482
Browse files Browse the repository at this point in the history
  • Loading branch information
eam5 committed Jan 27, 2021
1 parent 50d4b3a commit eb44893
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions views/public/exhibits/browse.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@

<?php if (nl_exhibitsHaveBeenCreated()): ?>

<div class="pagination"><?php echo pagination_links(); ?></div>
<?php echo pagination_links(); ?>

<?php foreach (loop('NeatlineExhibit') as $e): ?>
<h2>
<h2 style="display:block; clear:both;">
<?php echo nl_getExhibitLink(
$e, 'show', nl_getExhibitField('title'),
array('class' => 'neatline'), true
);?>
</h2>
<?php endforeach; ?>

<div class="pagination"><?php echo pagination_links(); ?></div>
<?php echo pagination_links(); ?>

<?php endif; ?>

Expand Down

0 comments on commit eb44893

Please sign in to comment.