diff --git a/src/applications/phame/controller/post/PhamePostViewController.php b/src/applications/phame/controller/post/PhamePostViewController.php --- a/src/applications/phame/controller/post/PhamePostViewController.php +++ b/src/applications/phame/controller/post/PhamePostViewController.php @@ -163,12 +163,16 @@ $prev->getBestURI($is_live, $is_external)); } + $monogram = $post->getMonogram(); + $document->setFoot($next_view); $crumbs = $this->buildApplicationCrumbs(); $properties = phutil_tag_div('phui-document-view-pro-box', $properties); + $title = pht('%s %s', $monogram, $post->getTitle()); + $page = $this->newPage() - ->setTitle($post->getTitle()) + ->setTitle($title) ->setPageObjectPHIDs(array($post->getPHID())) ->setCrumbs($crumbs) ->appendChild(