diff options
Diffstat (limited to 'display_contact.php')
| -rwxr-xr-x | display_contact.php | 1 |
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'] ); |
