From: Matteo Nastasi (mop) Date: Sun, 8 Apr 2007 12:14:18 +0000 (+0000) Subject: aggiunto il donate X-Git-Tag: 3.0.0~275 X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=a52a0528f62b63d4850970e03e3528aeacfaf3e4;p=brisk.git aggiunto il donate --- diff --git a/web/index.php b/web/index.php index 090f960..7e7197c 100644 --- a/web/index.php +++ b/web/index.php @@ -126,6 +126,10 @@ function main() $altout_propag[$randval]['content']); + $brisk_donate = file_get_contents(FTOK_PATH."/brisk_donate.txt"); + if ($brisk_donate == FALSE) + $brisk_donate = ""; + $brisk_header_form = '
'; /* Templates. */ @@ -177,7 +182,7 @@ supported by:

} @@ -267,7 +272,8 @@ else {




'); + printf($brisk_header_form, '




', + $brisk_donate); ?>