hi all,
Can anyone tell me how to remove the [lang] e.g. [en] that follows a category question. I've been through all the templates and can only find that its being written from file show.tpl {writeThemes}
All my users will be english so this is not required.
kind Regards
jamie
Removal of [lang] from templates
Moderator: Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
-
- Posts: 3
- Joined: Fri Sep 10, 2004 6:54 pm
Hi,
just open the file inc/category.php and look for the function printCategoryOptions() and change this line
to
bye
Thorsten
just open the file inc/category.php and look for the function printCategoryOptions() and change this line
Code: Select all
$categories .= $indent.$cat["name"]." (".$cat["lang"].")</option>\n";
Code: Select all
$categories .= $indent.$cat["name"]."</option>\n";
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist