add possibility to load custom page templates + none.php pagetemplate is part of core now

This commit is contained in:
rabuzarus 2016-07-11 10:33:39 +02:00
parent 26098fa263
commit 15471f3835
15 changed files with 53 additions and 49 deletions

View file

@ -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({