mirror of
https://github.com/gryf/window-maker.github.io.git
synced 2025-12-17 19:20:17 +01:00
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.
11 lines
286 B
PHP
11 lines
286 B
PHP
<div id="inhalt">
|
|
<table width="100%">
|
|
<tr>
|
|
<td width="100%">
|
|
<a href="<?php echo $root;?>"><img src="<?php echo $root;?>header.png" style="min-width:700px" width="95%" alt="title bar"></a>
|
|
</tr>
|
|
<tr>
|
|
<td width="100%">
|
|
<div>
|
|
|