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.
- header graphics scales (within limits)
- width of text area is determied by css, now 90% instead of 880px
- more of the html code goes in included templates
Removed the body and header tags of these pages, because when are joined
by php the final document will have three times the body and the header
tags included.
Removed the width tags, to avoid the space in the right side and the
horizontal slide.
Removed the homewmaker2.png link image, because this text can be made
using formatted text.
Removed a lot of \n \r.