Browse Source

added object's title to generted page

pull/65/head
Alan Stanley 13 years ago
parent
commit
7d0fa6cb92
  1. 3
      plugins/FedoraObjectDetailedContent.inc

3
plugins/FedoraObjectDetailedContent.inc

@ -1,7 +1,5 @@
<?php
/**
* @file
* FedoraObjectDetailedContent class
@ -34,6 +32,7 @@ class FedoraObjectDetailedContent {
*/
public function showFieldSets() {
global $user;
drupal_set_title($this->item->objectProfile->objLabel);
$objectHelper = new ObjectHelper();
$tabset = array();
$show_purge_tab = (!empty($_POST['form_id']) && $_POST['form_id'] == 'fedora_repository_purge_object_form');

Loading…
Cancel
Save