*** empty log message ***
This commit is contained in:
parent
2c1b302951
commit
2142e38d7c
@ -29,7 +29,7 @@
|
|||||||
<br />
|
<br />
|
||||||
<a href="donations.fr.php">Dons</a><br />
|
<a href="donations.fr.php">Dons</a><br />
|
||||||
<script language="php">
|
<script language="php">
|
||||||
//require("/var/www/www.eucd.info/htdocs/thermometer.php");
|
//include("http://eucd.info/thermometer.php");
|
||||||
//print moneyMeter($totaal_ontvangen+$post_donaties+$post_sponsoring, $totaal_pending, $post_intent);
|
//print moneyMeter($totaal_ontvangen+$post_donaties+$post_sponsoring, $totaal_pending, $post_intent);
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@ -58,7 +58,7 @@
|
|||||||
|
|
||||||
<tr id="montant">
|
<tr id="montant">
|
||||||
<script language="php">
|
<script language="php">
|
||||||
print number_format($don->amount, 2, '.', ' ');
|
print $don->amount;
|
||||||
</script>
|
</script>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user