mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 15:32:30 +03:00
Add client download button before packages section in browser
This commit is contained in:
parent
eba477d922
commit
84f8c5ab8c
1 changed files with 2 additions and 1 deletions
|
@ -297,7 +297,8 @@ class FDroid
|
||||||
|
|
||||||
$out.="<h3>Packages</h3>";
|
$out.="<h3>Packages</h3>";
|
||||||
|
|
||||||
$out.="<p><b>NOTE:</b> Although APK downloads are available below to give ";
|
$out.='<div style="float:right; margin-left:10px;"><a id="downloadbutton" href="https://f-droid.org/FDroid.apk"><span>Download F-Droid</span></a></div>';
|
||||||
|
$out.="<p>Although APK downloads are available below to give ";
|
||||||
$out.="you the choice, you should be aware that by installing that way you ";
|
$out.="you the choice, you should be aware that by installing that way you ";
|
||||||
$out.="will not receive update notifications, and it's a less secure way ";
|
$out.="will not receive update notifications, and it's a less secure way ";
|
||||||
$out.="to download. ";
|
$out.="to download. ";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue