$self = $_SERVER['PHP_SELF'];
$current = '';
if($self == '/' || $self == '/index.php')
$current = 'home';
if($self == '/knitwear-range.php' || $self == '/classics-range.php' || $self == '/essentials-range.php' || $self == '/basics-range.php')
$current = 'knitwear-range';
if($self == '/garment-care.php')
$current = 'garment-care';
if($self == '/william-shaw-starlight-childrens-foundation.php')
$current = 'william-shaw-starlight-childrens-foundation';
if($self == '/about-william-shaw.php')
$current = 'about-william-shaw';
if($self == '/contact.php')
$current = 'contact';
?>