Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2695220
D25022.1734828801.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
842 B
Referenced Files
None
Subscribers
None
D25022.1734828801.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D25022: Added the Jxxx Monogram to Phame Post Tab Titles
Attached
Detach File
Event Timeline
Log In to Comment