summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2006-10-31 15:48:00 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2006-10-31 15:48:00 +0000
commit8c97161d0626e03eb273b4feaca7caf7ee7af16c (patch)
tree49a392fd28f57ea5cc4376f05138090c3d6b94de /index.php
parent31e2867225e284c05a1f17628d620cce263e595e (diff)
downloadwebsite-8c97161d0626e03eb273b4feaca7caf7ee7af16c.tar.gz
website-8c97161d0626e03eb273b4feaca7caf7ee7af16c.tar.bz2
website-8c97161d0626e03eb273b4feaca7caf7ee7af16c.tar.xz
website-8c97161d0626e03eb273b4feaca7caf7ee7af16c.zip
Updated download page, announced 0.0.21.1 and put up a notice about new updatehost.
Diffstat (limited to 'index.php')
-rw-r--r--index.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/index.php b/index.php
index b9135e7..dbdc439 100644
--- a/index.php
+++ b/index.php
@@ -2,6 +2,12 @@
include('includes/common.php');
placeHeader("News");
+?>
+<div style="background-color: rgb(255,220,220); border: 1px solid rgb(240,150,150); padding: 5px; margin: 5px; -moz-border-radius: 10px;">
+<b>Notice:</b> We changed our update host to http://updates.themanaworld.org. Please update the value of <i>updatehost</i> in your config.xml. This will be default from the 0.0.21.2 release onwards.
+</div>
+<?php
+
$number = 6;
include('cutenews/show_news.php');