dock.php, header.php: Update include files to use absolute paths.
commit117a2451c86964ded636d5741e713ad056e5d08b
authorDoug Torrance <dtorrance@monmouthcollege.edu>
Sun, 10 Aug 2014 06:50:34 +0000 (10 01:50 -0500)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 10 Aug 2014 19:57:13 +0000 (10 13:57 -0600)
tree860a33420d989b6e2652872cb74883ec792a2419
parentb9ef3a23a82863bc71e2dc5f50cda2891660a458
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
header.php