mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 03:25:15 +02:00
"get_baseurl" and "z_root" are disappearing ...
This commit is contained in:
parent
c770b00d6d
commit
7d4c99ebbc
18 changed files with 235 additions and 297 deletions
|
@ -104,7 +104,7 @@ function directory_content(&$a) {
|
|||
|
||||
$itemurl = (($rr['addr'] != "") ? $rr['addr'] : $rr['profile_url']);
|
||||
|
||||
$profile_link = z_root() . '/profile/' . ((strlen($rr['nickname'])) ? $rr['nickname'] : $rr['profile_uid']);
|
||||
$profile_link = 'profile/' . ((strlen($rr['nickname'])) ? $rr['nickname'] : $rr['profile_uid']);
|
||||
|
||||
$pdesc = (($rr['pdesc']) ? $rr['pdesc'] . '<br />' : '');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue