Browse Source

Merge pull request #582 from MorganDawe/7.x-print-class

7.x print class
pull/584/head
Jordan Dukart 10 years ago
parent
commit
7bd936db54
  1. 2
      islandora.module

2
islandora.module

@ -2036,7 +2036,7 @@ function islandora_menu_local_tasks_alter(&$data, $router_item, $root_path) {
if ($tab['#link']['path'] == 'islandora/object/%/print_object') {
if ($root_path == 'islandora/object/%') {
$islandora_path = drupal_get_path('module', 'islandora');
$tab['#prefix'] = '<li>';
$tab['#prefix'] = '<li class="islandora-print">';
$tab['#suffix'] = '</li>';
$tab['#theme'] = 'link';
$tab['#text'] = theme('image', array(

Loading…
Cancel
Save