Currently I only need English and Japanese, and maybe French.
How do I remove the others?
How do I remove languages I do not need?
Moderator: Thorsten
Hi,
just delete the language files in the directory lang/.
bye
Thorsten
just delete the language files in the directory lang/.
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
-
- Posts: 3
- Joined: Fri Sep 10, 2004 6:54 pm
Hi,
you can remove it in the function printThemes() in the file inc/functions.php:
Change this
to that
bye
Thorsten
you can remove it in the function printThemes() in the file inc/functions.php:
Change this
Code: Select all
$output .= "\t<li><a href=\"".$_SERVER["PHP_SELF"]."?".$sids."action=artikel&cat=".$row->rubrik."&id=".$row->id."&artlang=".$row->lang."\">".stripslashes($row->thema)."</a> [".$row->lang."]<br /><div class=\"little\">(".$visits." ".$PMF_LANG["msgViews"].")</div></li>\n";
Code: Select all
$output .= "\t<li><a href=\"".$_SERVER["PHP_SELF"]."?".$sids."action=artikel&cat=".$row->rubrik."&id=".$row->id."&artlang=".$row->lang."\">".stripslashes($row->thema)."</a><br /><div class=\"little\">(".$visits." ".$PMF_LANG["msgViews"].")</div></li>\n";
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist