Skip to content

Commit

Permalink
Update for rich titles
Browse files Browse the repository at this point in the history
  • Loading branch information
kalbers committed Dec 16, 2020
1 parent 0e63127 commit e53198d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion items/show.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php echo head(array('title' => metadata('item', array('Dublin Core', 'Title')),'bodyclass' => 'item show')); ?>

<h1><?php echo metadata('item', array('Dublin Core', 'Title')); ?></h1>
<h1><?php echo metadata('item','rich_title', array('no_escape' => true)); ?></h1>

<?php if (get_theme_option('Item FileGallery') == 0 && metadata('item', 'has files')): ?>
<div class="element-text"><?php echo files_for_item(array('imageSize' => 'fullsize')); ?></div>
Expand Down

0 comments on commit e53198d

Please sign in to comment.