"profile url" e.g. the wall/stream is now "channel url". "Profile URL" goes to the profile details.

This commit is contained in:
friendica
2012-10-29 17:14:02 -07:00
parent a217c8de98
commit e3c2e58979
35 changed files with 328 additions and 230 deletions
+1 -1
View File
@@ -563,7 +563,7 @@ function network_content(&$a, $update = 0, $load = false) {
if($conv) {
// find a substring of my profile url that can be normalised
$myurl = $a->get_baseurl() . '/profile/' . $a->user['nickname'];
$myurl = $a->get_baseurl() . '/channel/' . $a->user['nickname'];
$myurl = substr($myurl,strpos($myurl,'://')+3);
$myurl = str_replace('www.','',$myurl);