ali904f Posted October 24, 2007 Share Posted October 24, 2007 hi I want to disable the languages other than english I want to disable all the textboxes for other languages How can i do this ? Please help me Link to comment Share on other sites More sharing options...
Azim Posted October 24, 2007 Share Posted October 24, 2007 Hello Ali904f, You can first set a default language from admin panel and then to disable the box on top to select langugae go to. catalog/include/header.php and find the following code line: <b><? echo BOX_HEADING_LANGUAGES?></b><br> Change to: <b><? //echo BOX_HEADING_LANGUAGES?></b><br> And then a little down find this line: echo $languages_string; Change to: // echo $languages_string; Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.