Add client download button before packages section in browser

This commit is contained in:
Ciaran Gultnieks 2013-10-24 18:02:51 +01:00
parent eba477d922
commit 84f8c5ab8c

View file

@ -297,7 +297,8 @@ class FDroid
$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.="will not receive update notifications, and it's a less secure way ";
$out.="to download. ";