Index: trunk/admin/config.php.example
===================================================================
--- trunk/admin/config.php.example	(revision 34)
+++ trunk/admin/config.php.example	(revision 123)
@@ -4,5 +4,11 @@
 // write your own config and name it as config.php
 
+// detected by browser
+// $lang = 'en-us';
+
 $charset = "UTF-8";
+
+// developers only
+$show_todo_strings = false;
 
 // this function is detected by xcache.tpl.php, and enabled if function_exists
@@ -10,4 +16,5 @@
 function ob_filter_path_nicer($o)
 {
+	$o = str_replace($_SERVER['DOCUMENT_ROOT'],  "{DOCROOT}/", $o);
 	$o = str_replace("/home/", "{H}/", $o);
 	return $o;
