Merge https://github.com/friendica/red into pending_merge
This commit is contained in:
commit
8c63bb40a7
4
app/bugreport.apd
Normal file
4
app/bugreport.apd
Normal file
@ -0,0 +1,4 @@
|
||||
url: https://github.com/friendica/red/issues
|
||||
requires: local_user
|
||||
name: Bug Report
|
||||
photo: $baseurl/app/bugreport.png
|
BIN
app/bugreport.png
Normal file
BIN
app/bugreport.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
@ -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'));
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user