From dd6e36da7849f81df3d31be7c6990b479897207b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Mon, 28 Jan 2008 14:45:35 +0000
Subject: [PATCH] Added favicon and set svn:ignore on local config and metadata

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@206 44740490-163a-0410-bde0-09ae8108e29a
---
 templates/default/includes/header.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/templates/default/includes/header.php b/templates/default/includes/header.php
index 28fae1199..7a537121e 100644
--- a/templates/default/includes/header.php
+++ b/templates/default/includes/header.php
@@ -49,6 +49,7 @@ h6 {font-size: 96%}
 
 .old {text-decoration:line-through}
 </style>
+	<link rel="icon" type="image/icon" href="/<?php echo $data['baseurlpath']; ?>resources/icons/favicon.ico" />
 </head>
 <body>
 
-- 
GitLab