]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Show page title in user's profile page
authoraroquen <aroquen@sfr.fr>
Sat, 25 Jul 2015 12:45:45 +0000 (14:45 +0200)
committeraroquen <aroquen@sfr.fr>
Sat, 25 Jul 2015 12:45:45 +0000 (14:45 +0200)
actions/showstream.php
theme/base/css/display.css

index 890c1e711b316a99207fb7a2ac736cb2ba70264c..24b6bcc7dcd8637c263bf409bcdd3e1caac46474 100644 (file)
@@ -58,7 +58,6 @@ class ShowstreamAction extends NoticestreamAction
         return $stream;
     }
 
-
     function title()
     {
         $base = $this->target->getFancyName();
@@ -74,7 +73,7 @@ class ShowstreamAction extends NoticestreamAction
             }
         } else {
             if ($this->page == 1) {
-                return $base;
+                return sprintf(_('Notices by %s'), $base);
             } else {
                 // TRANS: Extended page title showing tagged notices in one user's timeline.
                 // TRANS: %1$s is the username, %2$d is the page number.
index 20f9aa775fe16613735e3d360d29009fcdbc72cb..2bd4b4fe0c13978477a36eaa2a53bd42c66daedb 100644 (file)
@@ -693,10 +693,6 @@ address .poweredby {
 font-style:italic;
 }
 
-#showstream h1 { 
-    display:none;
-}
-
 #remoteprofile .notice .h-entry,
 #showstream .notice .h-entry,
 #remoteprofile .notice .entry-title,