summaryrefslogtreecommitdiff
path: root/templates/contact_header.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/contact_header.tpl')
-rwxr-xr-xtemplates/contact_header.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/contact_header.tpl b/templates/contact_header.tpl
index 74db00d..bcc680a 100755
--- a/templates/contact_header.tpl
+++ b/templates/contact_header.tpl
@@ -1,14 +1,14 @@
<div class="header">
-{if $is_categorized eq 'y' and $gBitSystem->isFeatureActive('package_categories') and $gBitSystem->isFeatureActive('feature_categorypath')}
+{if $is_categorized eq 'y' && $gBitSystem->isFeatureActive('package_categories') && $gBitSystem->isFeatureActive('feature_categorypath')}
<div class="category">
<div class="path">{$display_catpath}</div>
</div> {* end category *}
{/if}
<h1>{$gContent->mInfo.xkey}&nbsp;-&nbsp;
-{* {if isset(gContent->mInfo.organisation) and (gContent->mInfo.organisation <> '') }
+{* {if isset(gContent->mInfo.organisation) && (gContent->mInfo.organisation <> '') }
{$gContent->mInfo.organisation}
- {elseif isset(gContent->mInfo.surname) and (gContent->mInfo.surname <> '') }
+ {elseif isset(gContent->mInfo.surname) && (gContent->mInfo.surname <> '') }
{$gContent->mInfo.prefix}&nbsp;
{$gContent->mInfo.forename}&nbsp;
{$gContent->mInfo.surname}