cdanik Posted April 14, 2008 Posted April 14, 2008 How do I remove the menu on the right side to select a language? I want my site in one lanugage only. I have already deleted the languages through the admin panel.
Guest Posted April 14, 2008 Posted April 14, 2008 In catalog/includes/column_right.php find if (substr(basename($PHP_SELF), 0, 8) != 'checkout') { include(DIR_WS_BOXES . 'languages.php'); include(DIR_WS_BOXES . 'currencies.php'); } Change to if (substr(basename($PHP_SELF), 0, 8) != 'checkout') { //include(DIR_WS_BOXES . 'languages.php'); include(DIR_WS_BOXES . 'currencies.php'); }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.