From 222d3303b4a9e53969ef224c245e028e6a31f989 Mon Sep 17 00:00:00 2001 From: Frankie B Date: Mon, 19 Sep 2022 20:55:29 +0000 Subject: It's nav not header --- calculators/index.php | 2 +- computers/index.php | 2 +- header.php | 43 ------------------------------------------- index.php | 2 +- me/index.php | 2 +- nav.php | 43 +++++++++++++++++++++++++++++++++++++++++++ pics/index.php | 2 +- projects/index.php | 2 +- 8 files changed, 49 insertions(+), 49 deletions(-) delete mode 100644 header.php create mode 100644 nav.php diff --git a/calculators/index.php b/calculators/index.php index ed2dd5a..6063437 100755 --- a/calculators/index.php +++ b/calculators/index.php @@ -17,7 +17,7 @@
- +
diff --git a/computers/index.php b/computers/index.php index ff856f9..5176d9f 100755 --- a/computers/index.php +++ b/computers/index.php @@ -17,7 +17,7 @@
- +
diff --git a/header.php b/header.php deleted file mode 100644 index b9807a4..0000000 --- a/header.php +++ /dev/null @@ -1,43 +0,0 @@ -
- -
- - ~floppydisk / '; - $currentDir = basename(getcwd()); - foreach($uriArr as $page) { - if ($page !== $currentDir) { - if ($link !== '/') $link = $link . '/' . $page; - else $link = $link . $page; - $links = $links . '' . $page . ' / '; - } - } - $links = substr($links, 0, -3) . ' / ' . $currentDir; - echo $links; - } - } - ?> - - - -
-
\ No newline at end of file diff --git a/index.php b/index.php index cb8c8aa..4ee4350 100755 --- a/index.php +++ b/index.php @@ -41,7 +41,7 @@
- +

Hi!

diff --git a/me/index.php b/me/index.php index c4f0bca..e14aa8c 100755 --- a/me/index.php +++ b/me/index.php @@ -17,7 +17,7 @@
- +
diff --git a/nav.php b/nav.php new file mode 100644 index 0000000..b9807a4 --- /dev/null +++ b/nav.php @@ -0,0 +1,43 @@ +
+ +
+ + ~floppydisk / '; + $currentDir = basename(getcwd()); + foreach($uriArr as $page) { + if ($page !== $currentDir) { + if ($link !== '/') $link = $link . '/' . $page; + else $link = $link . $page; + $links = $links . '' . $page . ' / '; + } + } + $links = substr($links, 0, -3) . ' / ' . $currentDir; + echo $links; + } + } + ?> + + + +
+
\ No newline at end of file diff --git a/pics/index.php b/pics/index.php index c4f0bca..e14aa8c 100755 --- a/pics/index.php +++ b/pics/index.php @@ -17,7 +17,7 @@
- +
diff --git a/projects/index.php b/projects/index.php index 9ae8167..3dd5884 100755 --- a/projects/index.php +++ b/projects/index.php @@ -16,7 +16,7 @@ - +
-- cgit v1.2.3-54-g00ecf