diff --git a/islandora_basic_image/islandora-basic-image--islandora-27.tpl.php b/islandora_basic_image/islandora-basic-image--islandora-27.tpl.php new file mode 100644 index 00000000..8b775078 --- /dev/null +++ b/islandora_basic_image/islandora-basic-image--islandora-27.tpl.php @@ -0,0 +1,55 @@ +. + */ +?> +label); + print ('This template has been overridden by a theme suggestion'); + foreach ($variables['islandora_dublin_core'] as $element) { + if (!empty($element)) { + foreach ($element as $key => $value) { + foreach ($value as $v) { + if (!empty($v)) { + print '' . ($key) . ': '; + print($v) . '
'; + } + } + } + } + } + print(''); +?> +