diff options
Diffstat (limited to 'tmpl')
-rw-r--r-- | tmpl/donations.html | 2 | ||||
-rw-r--r-- | tmpl/index.html | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tmpl/donations.html b/tmpl/donations.html index cca3ece..937fb39 100644 --- a/tmpl/donations.html +++ b/tmpl/donations.html @@ -10,7 +10,7 @@ [% donations.total_30 %] Euros have been donated to Mageia.org in the last 30 days. [%- l = 10 -%] - <h2>Last [% l %] donations <a href="donations.rss"><img src="http://static.mageia.org/g/images/smi/feed-16x16.png" alt="RSS feed" /></a></h2> + <h2>Last [% l %] donations <a href="donations.rss"><img src="[% config.staticdir_url %]/feed-16x16.png" alt="RSS feed" /></a></h2> <ul> [%- i=0 -%] [%- FOR don IN donations.donations.sort('date').reverse -%] diff --git a/tmpl/index.html b/tmpl/index.html index f04135a..2c3749f 100644 --- a/tmpl/index.html +++ b/tmpl/index.html @@ -13,7 +13,7 @@ <h2>Donations</h2> - <a href="donations.rss"><img src="http://static.mageia.org/g/images/smi/feed-16x16.png" alt="RSS feed" /></a> + <a href="donations.rss"><img src="[% config.staticdir_url %]/feed-16x16.png" alt="RSS feed" /></a> [%- l = 3 -%] Last [% l %] donations received : <ul> @@ -163,8 +163,8 @@ </ul> <h2>RSS Feeds</h2> - <p><a href="donations.rss">Donations RSS Feed <img src="http://static.mageia.org/g/images/smi/feed-16x16.png" alt="RSS feed" /></a></p> - <p><a href="transactions.rss">Transactions RSS Feed <img src="http://static.mageia.org/g/images/smi/feed-16x16.png" alt="RSS feed" /></a></p> + <p><a href="donations.rss">Donations RSS Feed <img src="[% config.staticdir_url %]/feed-16x16.png" alt="RSS feed" /></a></p> + <p><a href="transactions.rss">Transactions RSS Feed <img src="[% config.staticdir_url %]/feed-16x16.png" alt="RSS feed" /></a></p> <h2>Grisbi</h2> <p> |