diff options
| author | Lester Caine <lsces@lsces.co.uk> | 2010-10-21 09:01:05 +0100 |
|---|---|---|
| committer | Lester Caine <lsces@lsces.co.uk> | 2010-10-21 09:01:05 +0100 |
| commit | 1f8abc823de1f9233f09db605bf6e19cd45824fa (patch) | |
| tree | 8b009c11d9309d799c6c0f437498269d16701915 /templates | |
| parent | d5f2bd0daeaf76737fd9ab651776cdd4a74f8693 (diff) | |
| download | contact-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.tpl | 8 |
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} - - {if isset($pageInfo.organisation) && ($pageInfo.organisation <> '') } + <h1>{$pageInfo.xkey} - +{* {if isset($pageInfo.organisation) && ($pageInfo.organisation <> '') } {$pageInfo.organisation} {elseif isset($pageInfo.surname) && ($pageInfo.surname <> '') } {$pageInfo.prefix} {$pageInfo.forename} {$pageInfo.surname} - {else} + {else} *} {$pageInfo.title} - {/if}</h1> +{* {/if}</h1> *} <div class="description">{$pageInfo.description}</div> </div> {* end .header *} |
