mirror of
https://github.com/friendica/friendica
synced 2025-04-24 23:50:20 +00:00
add possibility to load custom page templates + none.php pagetemplate is part of core now
This commit is contained in:
parent
26098fa263
commit
15471f3835
15 changed files with 53 additions and 49 deletions
|
@ -41,7 +41,7 @@ function contact_search(term, callback, backend_url, type, mode) {
|
|||
postdata['conversation'] = conv_id[0];
|
||||
|
||||
if(mode !== null)
|
||||
postdata['mode'] = mode;
|
||||
postdata['smode'] = mode;
|
||||
|
||||
|
||||
$.ajax({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue