diff --git a/wp-fdroid/wp-fdroid.php b/wp-fdroid/wp-fdroid.php index fa27ecf0..fe19edd8 100644 --- a/wp-fdroid/wp-fdroid.php +++ b/wp-fdroid/wp-fdroid.php @@ -227,6 +227,9 @@ class FDroid case "donate": $donate=$el; break; + case "flattr": + $flattr=$el; + break; case "web": $web=$el; break; @@ -337,6 +340,8 @@ class FDroid $out.='Source Code: '.$source.'
'; if($donate && strlen($donate)>0) $out.='Donate: '.$donate.'
'; + if($flattr && strlen($flattr)>0) + $out.='Flattr:
'; $out.="

"; $out.="

For full details and additional technical information, see ";