Index: trunk/htdocs/common/common.php
===================================================================
--- trunk/htdocs/common/common.php	(revision 1068)
+++ trunk/htdocs/common/common.php	(revision 1069)
@@ -45,6 +45,9 @@
 	foreach (array(
 				"http://xcache.lighttpd.net/" => "XCache",
+				"http://xcache.lighttpd.net/wiki/DocTOC" => _("Document"),
+				"http://xcache.lighttpd.net/wiki/GetSupport" => _("Get Support"),
+				"https://groups.google.com/group/xcache/" => _("Discusson"),
 				"http://www.php.net/" => "PHP",
-				"http://www.lighttpd.net/" => "LIGHTTPD",
+				"http://www.lighttpd.net/" => "Lighttpd",
 				) as $url => $title) {
 		$html[] = sprintf('<a href="%s" target="_blank">%s</a>', $url, $title);
@@ -255,4 +258,5 @@
 }
 
+$strings = array();
 include(get_language_file("../common/common"));
 
