diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-03-05 14:18:19 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-03-05 14:18:19 -0800 |
commit | ce660e802d733171fd8370e0de5c3ce359648c1e (patch) | |
tree | ad4b084ae2501efc59fb8d27b3f9cfd929ca7623 | |
parent | 677b7454a37a0152f50d40993460d8f5a071e181 (diff) | |
download | pathery-ce660e802d733171fd8370e0de5c3ce359648c1e.tar.xz |
Image for links to facebook and etc.
-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";
|