From 49ac3837eb784dcadaadeae1fdce0820974b0f12 Mon Sep 17 00:00:00 2001 From: "hakan.sandell" Date: Sun, 18 May 2008 17:29:28 +0200 Subject: show xmp metadata in default template darcs-hash:20080518152928-9a5f4-a1594ec08a2006ee2b94f68e766abbf6ad32701c.gz --- lib/tpl/default/detail.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'lib/tpl') diff --git a/lib/tpl/default/detail.php b/lib/tpl/default/detail.php index d0e07ce1a..0e8ddc743 100644 --- a/lib/tpl/default/detail.php +++ b/lib/tpl/default/detail.php @@ -45,10 +45,7 @@ if (!defined('DOKU_INC')) die();

- +

@@ -76,7 +73,7 @@ if (!defined('DOKU_INC')) die(); $t = tpl_img_getTag('Simple.Camera'); if($t) print '
'.$lang['img_camera'].':
'.hsc($t).'
'; - $t = tpl_img_getTag(array('IPTC.Keywords','IPTC.Category')); + $t = tpl_img_getTag(array('IPTC.Keywords','IPTC.Category','xmp.dc:subject')); if($t) print '
'.$lang['img_keywords'].':
'.hsc($t).'
'; ?> -- cgit v1.2.3