diff options
-rw-r--r-- | images/linkdsp.png | bin | 0 -> 38111 bytes | |||
-rw-r--r-- | includes/header.php | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/images/linkdsp.png b/images/linkdsp.png Binary files differnew file mode 100644 index 0000000..118ae0b --- /dev/null +++ b/images/linkdsp.png diff --git a/includes/header.php b/includes/header.php index 136c2eb..44d028e 100644 --- a/includes/header.php +++ b/includes/header.php @@ -10,6 +10,7 @@ function htmlHeader($css = array(), $title = 'Pathery', $desc = '', $scripts = a <link href="css/page.css?v=011013" rel="stylesheet" type="text/css" />
<link href="css/maps.css?v=122612" rel="stylesheet" type="text/css" />
+ <link rel="image_src" type="image/png" href="/images/linkdsp.png" />
<?php
foreach ($css as $c) {
echo " <link href=\"css/$c.css\" rel=\"stylesheet\" type=\"text/css\" />\n";
|