diff --git a/calculators/index.php b/calculators/index.php index c850e46..ed2dd5a 100755 --- a/calculators/index.php +++ b/calculators/index.php @@ -5,7 +5,7 @@ Calculators - + diff --git a/computers/index.php b/computers/index.php index 1b02c0b..ff856f9 100755 --- a/computers/index.php +++ b/computers/index.php @@ -5,7 +5,7 @@ Calculators - + diff --git a/header.php b/header.php index f350537..8e0cc6e 100644 --- a/header.php +++ b/header.php @@ -1,19 +1,16 @@ - -
@@ -21,21 +18,18 @@ ~floppydisk / '; $currentDir = basename(getcwd()); foreach($uriArr as $page) { if ($page !== $currentDir) { - if ($link !== '/') - $link = $link . '/' . $page; - else - $link = $link . $page; + if ($link !== '/') $link = $link . '/' . $page; + else $link = $link . $page; $links = $links . '' . $page . ' / '; } } diff --git a/index.php b/index.php index 51e411e..323623f 100755 --- a/index.php +++ b/index.php @@ -5,7 +5,7 @@ ~floppydisk - + @@ -15,7 +15,7 @@