Skip to content

Commit

Permalink
Merge pull request #15 from charvolant/bigstuff-14
Browse files Browse the repository at this point in the history
Remove 'Cite As' element for local citation
  • Loading branch information
charvolant committed Jan 26, 2019
2 parents 88d3876 + fa99709 commit 3971ca5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions items/show.php
Expand Up @@ -33,12 +33,7 @@
<div class="element-text"><?php echo make_citation($item); ?></div>
</div>

<!-- The following prints a citation for this item on this web site -->
<div id="item-citation" class="element">
<h3><?php echo __('Cite As'); ?></h3>
<div class="element-text"><?php echo metadata('item','citation',array('no_escape'=>true)); ?></div>
</div>
<?php fire_plugin_hook('public_items_show', array('view' => $this, 'item' => $item)); ?>
<?php fire_plugin_hook('public_items_show', array('view' => $this, 'item' => $item)); ?>


<ul class="item-pagination navigation">
Expand Down

0 comments on commit 3971ca5

Please sign in to comment.