mirror of
https://github.com/friendica/friendica
synced 2025-04-22 16:30:11 +00:00
sorting out the last(?) quirks in group pages.
This commit is contained in:
parent
ac824fe83e
commit
3876cab8ea
4 changed files with 28 additions and 15 deletions
|
@ -472,9 +472,11 @@ function dfrn_request_content(&$a) {
|
|||
else {
|
||||
|
||||
// Normal web request. Display our user's introduction form.
|
||||
|
||||
$o = load_view_file("view/dfrn_request.tpl");
|
||||
$o = replace_macros($o,array('$nickname' => $a->argv[1]));
|
||||
if($a->profile['page-flags'] == PAGE_NORMAL)
|
||||
$tpl = load_view_file('view/dfrn_request.tpl');
|
||||
else
|
||||
$tpl = load_view_file('view/auto_request.tpl');
|
||||
$o .= replace_macros($tpl,array('$nickname' => $a->argv[1]));
|
||||
return $o;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue