ama Posted January 19, 2005 Posted January 19, 2005 I want to remove the language and currency boxes from index.php. How do I do this...???? Thank You in advance !!!! :rolleyes: Thank You, Bevery G.
Guest Posted January 19, 2005 Posted January 19, 2005 Open catalog/includes/column_right.php and 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:
ama Posted January 19, 2005 Author Posted January 19, 2005 Open catalog/includes/column_right.php and 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: <{POST_SNAPBACK}> Thanks So Much Thank You, Bevery G.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.