summaryrefslogtreecommitdiff
path: root/display_contact.php
diff options
context:
space:
mode:
Diffstat (limited to 'display_contact.php')
-rwxr-xr-xdisplay_contact.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/display_contact.php b/display_contact.php
index 891cd16..6082ccb 100755
--- a/display_contact.php
+++ b/display_contact.php
@@ -51,6 +51,7 @@ if ($gContent->isCommentable()) {
}
}
+$gBitSmarty->assign( 'isPerson', $gContent instanceof \Bitweaver\Contact\ContactPerson );
$gBitSmarty->assign( 'gXrefInfo', $gContent->mXrefInfo );
$gBitSystem->setBrowserTitle( $gContent->mInfo['title'] );