From dcc3c8dd54e639a353ae99097024d0fc5ba9449f Mon Sep 17 00:00:00 2001 From: Frankie B Date: Tue, 20 Dec 2022 20:55:38 +0000 Subject: Move title path thing to page title --- inc/nav.inc.php | 27 --------------------------- 1 file changed, 27 deletions(-) (limited to 'inc/nav.inc.php') diff --git a/inc/nav.inc.php b/inc/nav.inc.php index e75445c..c626142 100644 --- a/inc/nav.inc.php +++ b/inc/nav.inc.php @@ -9,31 +9,4 @@ guestbook -
- - ~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 -- cgit v1.2.3-54-g00ecf