[SUCS Devel] site r619 - branches/sucs-site/components

imranh at sucs.org imranh at sucs.org
Thu Dec 25 15:05:12 GMT 2014


Author: imranh
Date: 2014-12-25 15:05:10 +0000 (Thu, 25 Dec 2014)
New Revision: 619

Modified:
   branches/sucs-site/components/front.php
Log:
Goodbye forum stuff

Modified: branches/sucs-site/components/front.php
===================================================================
--- branches/sucs-site/components/front.php	2014-12-09 18:00:35 UTC (rev 618)
+++ branches/sucs-site/components/front.php	2014-12-25 15:05:10 UTC (rev 619)
@@ -8,7 +8,7 @@
 if (!$session->loggedin) {
 	$output = file_get_contents("../static/fragments/Join.txt");
 } else {
-//	$output = "<div class=\"cbb\"><h3>You are logged in</h3><p>If you would like to contribute to the site or report a bug, please contact chckens or dez.</p></div>";
+	$output = "<div class=\"cbb\"><h3>You are logged in</h3><p>If you would like to contribute to the site or report a bug, please contact imranh.</p></div>";
 	$output = "<div class=\"cbb\"><h3>You are logged in</h3><p style=\"text-align: center;\">Why not join our <a href=\"#\" onclick=\"window.open('/mw/','Milliways','height=600,width=800,menubar=no,resizable=yes,location=no,directories=no,scrollbars=yes,status=no,toolbar=no')\" style=\"font-size: 150%; font-weight: bold; color: #ffc62b;\">Live Chat</a>?</p></div>";
 //include('users.php');
 //$output .= $result;
@@ -16,8 +16,6 @@
 $output .= $result;
 include('planetposts.php');
 $output .= $result;
-include('forumposts.php');
-$output .= $result;
 
 }
 




More information about the Devel mailing list