This mod will remove the language & currency selection drop down boxes from the header.
Note that this can also be done (probably more efficiently) using CSS:
IN:
REPLACE:
WITH:
IN:
Code: Select all
/catalog/view/theme/YOURTHEME/stylesheet/stylesheet.css
Code: Select all
#header .div7 {
float: right;
padding-top: 2px;
}
Code: Select all
#header .div7 {
display: none;
}
Who is online
Users browsing this forum: No registered users and 8 guests