From 75d2c8261c2c46718658352440b5f69436599f14 Mon Sep 17 00:00:00 2001 From: Paul Pound Date: Tue, 22 May 2012 19:45:45 -0300 Subject: [PATCH] added theme suggestions so we can override templates --- ...slandora-basic-image--islandora-27.tpl.php | 55 +++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 islandora_basic_image/islandora-basic-image--islandora-27.tpl.php 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(''); +?> +