From: Ciaran Gultnieks Date: Thu, 24 Oct 2013 17:02:51 +0000 (+0100) Subject: Add client download button before packages section in browser X-Git-Tag: 0.1~312 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=84f8c5ab8c8f689c53334263e9780725b4fd1fcc;p=fdroidserver.git Add client download button before packages section in browser --- diff --git a/wp-fdroid/wp-fdroid.php b/wp-fdroid/wp-fdroid.php index eced6b94..eb9cc10e 100644 --- a/wp-fdroid/wp-fdroid.php +++ b/wp-fdroid/wp-fdroid.php @@ -297,7 +297,8 @@ class FDroid $out.="

Packages

"; - $out.="

NOTE: Although APK downloads are available below to give "; + $out.='

Download F-Droid
'; + $out.="

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. ";