Browse Source

Add print variable.

pull/409/head
Jordan Dukart 11 years ago
parent
commit
5e1e12ff24
  1. 5
      islandora.module

5
islandora.module

@ -462,7 +462,10 @@ function islandora_theme() {
// An example template might be named:
// "islandora-dublin-core-display--islandora-27.tpl.php".
'pattern' => 'islandora_dublin_core_display__',
'variables' => array('islandora_object' => NULL),
'variables' => array(
'islandora_object' => NULL,
'print' => NULL,
),
),
'islandora_dublin_core_description' => array(
'file' => 'theme/theme.inc',

Loading…
Cancel
Save