summaryrefslogtreecommitdiffstats
path: root/includes
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2013-03-05 14:18:19 -0800
committerPatrick Davison <snapwilliam@gmail.com>2013-03-05 14:18:19 -0800
commitce660e802d733171fd8370e0de5c3ce359648c1e (patch)
treead4b084ae2501efc59fb8d27b3f9cfd929ca7623 /includes
parent677b7454a37a0152f50d40993460d8f5a071e181 (diff)
downloadpathery-ce660e802d733171fd8370e0de5c3ce359648c1e.tar.xz
Image for links to facebook and etc.
Diffstat (limited to 'includes')
-rw-r--r--includes/header.php1
1 files changed, 1 insertions, 0 deletions
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";