diff options
Diffstat (limited to 'display_contact.php')
| -rwxr-xr-x | display_contact.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/display_contact.php b/display_contact.php index 1d8af5d..48e6a0b 100755 --- a/display_contact.php +++ b/display_contact.php @@ -53,5 +53,5 @@ if ($gContent->isCommentable()) { $gContent->mInfo['type'] = $gContent->getXrefGroupList(); -$gBitSystem->setBrowserTitle("Contact Information"); +$gBitSystem->setBrowserTitle( $gContent->mInfo['title'] ); $gBitSystem->display( 'bitpackage:contact/show_contact.tpl'); |
