Page MenuHomePhorge

D25022.1734828801.diff
No OneTemporary

D25022.1734828801.diff

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(

File Metadata

Mime Type
text/plain
Expires
Sun, Dec 22, 00:53 (15 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1025168
Default Alt Text
D25022.1734828801.diff (842 B)

Event Timeline