View Single Post
  #6  
Old 09-07-2006, 09:45 AM
  girlsbits's Avatar 
girlsbits girlsbits is offline
 

Advanced Member
  
Join Date: May 2006
Posts: 77
 

Default Re: tired of selecting "English" in the languages sect

For 4.0.19

Replace or comment out:

Code:
<A href="{$catalogs.admin}/languages.php" class="VertMenuItems">{$lng.lbl_languages}</A><BR>

with:

Code:
<A href="{$catalogs.admin}/languages.php?language=US" class="VertMenuItems">{$lng.lbl_language} - English</A><BR>
__________________
X-Cart Gold | v 4.0.18 | Unix | php 4.3 | phpMyAdmin 2.8.0.3 |
Reply With Quote