www/adium.im 200:b33661c8c671: Add a MOTD to the beta page.

commits at adium.im commits at adium.im
Mon May 18 14:03:27 UTC 2009


details:	http://hg.adium.im/www/adium.im/rev/b33661c8c671
revision:	200:b33661c8c671
author:		Zachary West <zacw at adiumx.com>
date:		Mon May 18 10:03:22 2009 -0400

Add a MOTD to the beta page.

diffstat:

 beta/index.php |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 34f4f9457007 -r b33661c8c671 beta/index.php
--- a/beta/index.php	Sun May 17 23:32:54 2009 -0400
+++ b/beta/index.php	Mon May 18 10:03:22 2009 -0400
@@ -34,6 +34,8 @@
 					)
 			);
 
+$motd = "Note that no localization efforts have begun!";
+
 $repo = "adium";
 
 // --- You shouldn't need to edit below ---
@@ -100,7 +102,10 @@
 			Download hosted by <a href="http://www.cachefly.com/">CacheFly</a>
 		</p>
 
-<?php
+		<?php
+			if (strlen($motd)) {
+				printf('<p style="margin-top: 2em;">%s</p>', $motd);
+			}
 		}
 
 		foreach($versions as $version) {




More information about the commits mailing list