]> git.mxchange.org Git - friendica.git/blobdiff - mod/nogroup.php
updating core translations from transifex
[friendica.git] / mod / nogroup.php
index 885ba62c6301e4358d3b027c093bf09892f62981..24d99a59b6c01a0c071828c0f6ce8ede42b93fc3 100644 (file)
@@ -55,13 +55,7 @@ function nogroup_content(&$a) {
        }
 
        $tpl = get_markup_template("nogroup-template.tpl");
-
-       $includes = array(
-               '$contact_template' => 'contact_template.tpl',
-       );
-       $includes = set_template_includes($a->theme['template_engine'], $includes);
-
-       $o .= replace_macros($tpl,$includes + array(
+       $o .= replace_macros($tpl, array(
                '$header' => t('Contacts who are not members of a group'),
                '$contacts' => $contacts,
                '$paginate' => paginate($a),