*** empty log message ***
This commit is contained in:
parent
2142e38d7c
commit
ea1f60d18a
@ -31,12 +31,15 @@ RSYNC=/usr/bin/rsync
|
||||
ROPT=-av
|
||||
RSSH=-e ssh
|
||||
|
||||
all:
|
||||
prim:
|
||||
$(XSLTPROC) eucd.xsl don.xhtml > don.php
|
||||
$(XSLTPROC) eucd.xsl erreur.xhtml > erreur.php
|
||||
$(XSLTPROC) eucd.xsl merci.xhtml > merci.php
|
||||
|
||||
|
||||
all: $(ENPAGES) $(FRPAGES)
|
||||
|
||||
|
||||
$(ENPAGES) $(FRPAGES): %.html: %.xhtml fsfe-fr.xsl navigation.en.xsl navigation.fr.xsl
|
||||
@echo "Building $@ ..."; \
|
||||
path=$< ; \
|
||||
|
||||
@ -29,8 +29,8 @@
|
||||
<br />
|
||||
<a href="donations.fr.php">Dons</a><br />
|
||||
<script language="php">
|
||||
//include("http://eucd.info/thermometer.php");
|
||||
//print moneyMeter($totaal_ontvangen+$post_donaties+$post_sponsoring, $totaal_pending, $post_intent);
|
||||
require("/var/www/www.eucd.info/htdocs/thermometer.php");
|
||||
print moneyMeter($totaal_ontvangen+$post_donaties+$post_sponsoring, $totaal_pending, $post_intent);
|
||||
</script>
|
||||
|
||||
</td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user