diff --git a/include/text.php b/include/text.php
index 9f32959b2..ba2f1209c 100755
--- a/include/text.php
+++ b/include/text.php
@@ -334,20 +334,16 @@ function alt_pager(&$a, $i, $more = '', $less = '') {
$pagenum = $a->pager['page'];
$url = $a->get_baseurl() . '/' . $stripped;
- $o .= '
'."\r\n";
-
- return $o;
}
// Turn user/group ACLs stored as angle bracketed text into arrays
diff --git a/index.php b/index.php
index 7e3fd0ef1..cf9262bf7 100755
--- a/index.php
+++ b/index.php
@@ -2,7 +2,7 @@
/**
*
- * Friendica Red
+ * Red Matrix
*
*/
diff --git a/mod/directory.php b/mod/directory.php
index 7aeba3504..46fc34e16 100644
--- a/mod/directory.php
+++ b/mod/directory.php
@@ -166,7 +166,7 @@ function directory_content(&$a) {
));
- $o .= alt_pager($a,$j['records'], t('more'), t('back'));
+ $o .= alt_pager($a,$j['records'], t('next page'), t('previous page'));
}
else {
diff --git a/view/tpl/alt_pager.tpl b/view/tpl/alt_pager.tpl
new file mode 100644
index 000000000..140255eca
--- /dev/null
+++ b/view/tpl/alt_pager.tpl
@@ -0,0 +1,4 @@
+