Guest Posted January 18, 2005 Posted January 18, 2005 I'm following the instructions in the knowledge base to remove the language box...but when I edit the file, I don't have a require(DIR_WS_BOXES . 'languages.php'); I just have this: if (substr(basename($PHP_SELF), 0, 8) != 'checkout') { include(DIR_WS_BOXES . 'languages.php'); include(DIR_WS_BOXES . 'currencies.php'); } So how do I remove the language box?? Thanks!
Guest Posted January 18, 2005 Posted January 18, 2005 Change if (substr(basename($PHP_SELF), 0, 8) != 'checkout') { include(DIR_WS_BOXES . 'languages.php'); include(DIR_WS_BOXES . 'currencies.php'); } to if (substr(basename($PHP_SELF), 0, 8) != 'checkout') { //include(DIR_WS_BOXES . 'languages.php'); include(DIR_WS_BOXES . 'currencies.php'); } Sorted! :thumbsup:
Guest Posted January 18, 2005 Posted January 18, 2005 Thanks - I thought that might be what to do - but wanted to double check before I screwed it up!
Guest Posted January 18, 2005 Posted January 18, 2005 Thanks - I thought that might be what to do - but wanted to double check before I screwed it up! <{POST_SNAPBACK}> Anytime, Kellie.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.