show item title in channel/mid and display pages

This commit is contained in:
zottel
2015-02-20 14:07:56 +01:00
parent 7926ed079a
commit 2c7e8bea88
3 changed files with 17 additions and 2 deletions

View File

@@ -228,6 +228,9 @@ function display_content(&$a, $update = 0, $load = false) {
$o .= conversation($a, $items, 'display', $update, 'client');
} else {
$o .= conversation($a, $items, 'display', $update, 'traditional');
if ($items[0]['title'])
$a->page['title'] = $items[0]['title'] . " - " . $a->page['title'];
}
if($updateable) {