summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorLester Caine <lsces@lsces.co.uk>2010-10-21 09:01:05 +0100
committerLester Caine <lsces@lsces.co.uk>2010-10-21 09:01:05 +0100
commit1f8abc823de1f9233f09db605bf6e19cd45824fa (patch)
tree8b009c11d9309d799c6c0f437498269d16701915 /templates
parentd5f2bd0daeaf76737fd9ab651776cdd4a74f8693 (diff)
downloadcontact-1f8abc823de1f9233f09db605bf6e19cd45824fa.tar.gz
contact-1f8abc823de1f9233f09db605bf6e19cd45824fa.tar.bz2
contact-1f8abc823de1f9233f09db605bf6e19cd45824fa.zip
Use xref id rather than content_id for displaying entry
Diffstat (limited to 'templates')
-rw-r--r--templates/contact_header.tpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/contact_header.tpl b/templates/contact_header.tpl
index adbe577..62cef4c 100644
--- a/templates/contact_header.tpl
+++ b/templates/contact_header.tpl
@@ -5,16 +5,16 @@
</div> {* end category *}
{/if}
- <h1>{$pageInfo.content_id}&nbsp;-&nbsp;
- {if isset($pageInfo.organisation) && ($pageInfo.organisation <> '') }
+ <h1>{$pageInfo.xkey}&nbsp;-&nbsp;
+{* {if isset($pageInfo.organisation) && ($pageInfo.organisation <> '') }
{$pageInfo.organisation}
{elseif isset($pageInfo.surname) && ($pageInfo.surname <> '') }
{$pageInfo.prefix}&nbsp;
{$pageInfo.forename}&nbsp;
{$pageInfo.surname}
- {else}
+ {else} *}
{$pageInfo.title}
- {/if}</h1>
+{* {/if}</h1> *}
<div class="description">{$pageInfo.description}</div>
</div> {* end .header *}