From 117a2451c86964ded636d5741e713ad056e5d08b Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Sun, 10 Aug 2014 01:50:34 -0500 Subject: [PATCH] dock.php, header.php: Update include files to use absolute paths. The links and images used in the dock.php header.php include files use relative paths. This poses a problem if someone were to include them from a file in a subdirectory. In particular, the links and images used by the include files would be assumed to be in the same subdirectory. This patch fixes this issue by using absolute paths instead. --- dock.php | 19 ++++++++++--------- header.php | 2 +- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/dock.php b/dock.php index 7f361e3..c0119f1 100644 --- a/dock.php +++ b/dock.php @@ -1,36 +1,37 @@ +
- + - + - + - - - -
HomeHome
Newsnews.png" alt="News" width="60" height="81">
Documentationdocs.png" alt="Documentation" width="60" height="81">
Mailing ListsMailing Lists
DevelopmentDevelopment
ThemesThemes
LinksLinks
diff --git a/header.php b/header.php index f5e586e..65ac354 100644 --- a/header.php +++ b/header.php @@ -2,7 +2,7 @@
- title bar + title bar