$content .= "# \$language: Language of your site (You need to have lang-xxxxxx.php file for your selected language in the /language directory of your site)\n";
$content .= "# \$locale: Locale configuration to correctly display date with your country format. (See /usr/share/locale)\n";
$content .= "$line";
$content .= "\n";
$content .= "\$language = \"$xlanguage\";\n";
$content .= "\$locale = \"$xlocale\";\n";
$content .= "\n";
$content .= "$line";
$content .= "# Web Links Preferences\n";
$content .= "#\n";
$content .= "# \$perpage: How many links to show on each page?\n";
$content .= "# \$popular: How many hits need a link to be listed as popular?\n";
$content .= "# \$newlinks: How many links to display in the New Links Page?\n";
$content .= "# \$toplinks: How many links to display in The Best Links Page? (Most Popular)\n";
$content .= "# \$linksresults: How many links to display on each search result page?\n";
$content .= "# \$links_anonaddlinklock: Let Anonymous users to post new links? (1=Yes 0=No)\n";