diff --git a/src/applications/phame/controller/PhameLiveController.php b/src/applications/phame/controller/PhameLiveController.php --- a/src/applications/phame/controller/PhameLiveController.php +++ b/src/applications/phame/controller/PhameLiveController.php @@ -195,7 +195,9 @@ } if ($post) { - $crumbs->addTextCrumb($post->getTitle()); + if (!$is_external) { + $crumbs->addTextCrumb('J'.$post->getID()); + } } return $crumbs;