summaryrefslogtreecommitdiffstats
path: root/includes/header.php
diff options
context:
space:
mode:
authorBlueRaja <BlueRaja.admin@gmail.com>2013-03-07 03:00:04 -0600
committerBlueRaja <BlueRaja.admin@gmail.com>2013-03-07 03:00:04 -0600
commit534566ca37d8da800188b073652003671fc9671a (patch)
treecd14d9353d19a365a80b519a21feeefe9152efcd /includes/header.php
parentef912adeeac6be3d623d602ce17f69b15ce65aa8 (diff)
parentee270d30697914e322dd1256e2e3e0b60df0ced5 (diff)
downloadpathery-534566ca37d8da800188b073652003671fc9671a.tar.xz
Merge branch 'master' of git.raylu.net:pathery
Conflicts: includes/db.inc.php
Diffstat (limited to 'includes/header.php')
-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";