diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-05-27 20:30:25 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-05-27 20:30:25 -0700 |
commit | 1646ec830578457b1b1db19ddf0388f14ca66710 (patch) | |
tree | e4fe8b07e50179311beaf493612f30acfc6b86ec /includes/header.php | |
parent | dcaeec583ca5e99941a725c0784a382ed29bd529 (diff) | |
parent | cb825735697c8315049c747ea80ff3ad84194593 (diff) | |
download | pathery-1646ec830578457b1b1db19ddf0388f14ca66710.tar.xz |
Merge branch 'HEAD' of ssh://git@git.raylu.net/pathery
Diffstat (limited to 'includes/header.php')
-rw-r--r-- | includes/header.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/header.php b/includes/header.php index 15129c4..7085aea 100644 --- a/includes/header.php +++ b/includes/header.php @@ -18,6 +18,8 @@ function htmlHeader($css = array(), $title = 'Pathery', $desc = '', $scripts = a }
?>
<link rel="image_src" type="image/png" href="/images/linkdsp.png" />
+ <link rel="icon" href="/favicon.ico" type="image/x-icon"/>
+ <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"/>
<?php
foreach ($css as $c) {
echo " <link href=\"css/$c.css?v=$resourceVer.css\" rel=\"stylesheet\" type=\"text/css\" />\n";
|