aboutsummaryrefslogtreecommitdiffstats
path: root/mod/channel.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-02-20 14:07:49 -0800
committerfriendica <info@friendica.com>2015-02-20 14:07:49 -0800
commit9bd56202b4f279acea5c428802b3079329e14c89 (patch)
tree9001de7e7b9ea12904d9f99d7760910e7fe05e94 /mod/channel.php
parent835b2594550a8f53ec5beee370129e2add162ab0 (diff)
parent035441550cc68d7257e93b37ba553229dde1aa0f (diff)
downloadvolse-hubzilla-9bd56202b4f279acea5c428802b3079329e14c89.tar.gz
volse-hubzilla-9bd56202b4f279acea5c428802b3079329e14c89.tar.bz2
volse-hubzilla-9bd56202b4f279acea5c428802b3079329e14c89.zip
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'mod/channel.php')
-rw-r--r--mod/channel.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/mod/channel.php b/mod/channel.php
index 788bacf70..109c9a596 100644
--- a/mod/channel.php
+++ b/mod/channel.php
@@ -329,8 +329,11 @@ function channel_content(&$a, $update = 0, $load = false) {
$o .= conversation($a,$items,'channel',$update,'traditional');
}
- if((! $update) || ($_COOKIE['jsAvailable'] != 1))
+ if((! $update) || ($_COOKIE['jsAvailable'] != 1)) {
$o .= alt_pager($a,count($items));
+ if ($mid && $items[0]['title'])
+ $a->page['title'] = $items[0]['title'] . " - " . $a->page['title'];
+ }
if($mid)
$o .= '<div id="content-complete"></div>';