aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/bugreport.apd4
-rw-r--r--app/bugreport.pngbin0 -> 5394 bytes
-rw-r--r--mod/directory.php5
3 files changed, 7 insertions, 2 deletions
diff --git a/app/bugreport.apd b/app/bugreport.apd
new file mode 100644
index 000000000..412ef62b8
--- /dev/null
+++ b/app/bugreport.apd
@@ -0,0 +1,4 @@
+url: https://github.com/friendica/red/issues
+requires: local_user
+name: Bug Report
+photo: $baseurl/app/bugreport.png
diff --git a/app/bugreport.png b/app/bugreport.png
new file mode 100644
index 000000000..64b6b7e9f
--- /dev/null
+++ b/app/bugreport.png
Binary files differ
diff --git a/mod/directory.php b/mod/directory.php
index 2c11e3247..c2a71b680 100644
--- a/mod/directory.php
+++ b/mod/directory.php
@@ -224,10 +224,11 @@ function directory_content(&$a) {
'$safetxt' => htmlspecialchars($search,ENT_QUOTES,'UTF-8'),
'$entries' => $entries,
'$dirlbl' => t('Directory'),
- '$submit' => t('Find')
+ '$submit' => t('Find'),
+ '$next' => alt_pager($a,$j['records'], t('next page'), t('previous page'))
+
));
-// $o .= alt_pager($a,$j['records'], t('next page'), t('previous page'));
}