]> git.mxchange.org Git - friendica.git/blobdiff - mod/match.php
dirfind: move pagination into template
[friendica.git] / mod / match.php
index 30d057a0da865eab3a0dc25130ff41118cc06179..380f6e74a44e58cc95ea168444af91c2f44c63c6 100644 (file)
@@ -82,6 +82,7 @@ function match_content(&$a) {
                $o .= replace_macros($tpl,array(
                        '$title' => t('Profile Match'),
                        'entries' => $entries,
+                       '$paginate' => paginate($a),
                ));
 
                }
@@ -91,6 +92,5 @@ function match_content(&$a) {
 
        }
 
-       $o .= paginate($a);
        return $o;
 }