mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 15:30:28 +03:00
Link to app's wiki page from repo browse page
This commit is contained in:
parent
81faf2fb04
commit
f9d131958a
1 changed files with 3 additions and 0 deletions
|
|
@ -282,6 +282,9 @@ class FDroid
|
||||||
$out.='<b>Donate:</b> <a href="'.$donate.'">'.$donate.'</a><br />';
|
$out.='<b>Donate:</b> <a href="'.$donate.'">'.$donate.'</a><br />';
|
||||||
$out.="</p>";
|
$out.="</p>";
|
||||||
|
|
||||||
|
$out.="<p>For full details and additional technical information, see ";
|
||||||
|
$out.="<a href=\"/wiki/page/".$query_vars['fdid']."\">this application's page</a> on the F-Droid wiki.</p>";
|
||||||
|
|
||||||
$out.='<script type="text/javascript">';
|
$out.='<script type="text/javascript">';
|
||||||
$out.='function showHidePermissions(id) {';
|
$out.='function showHidePermissions(id) {';
|
||||||
$out.=' if(document.getElementById(id).style.display==\'none\')';
|
$out.=' if(document.getElementById(id).style.display==\'none\')';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue