[guadec-web] add favicon for the site



commit 192988e6c73310d20cdae636424609f3e504c638
Author: Andreas Nilsson <anilsson redhat com>
Date:   Thu Mar 21 16:45:57 2013 -0300

    add favicon for the site

 wordcamp-base/header.php         |    1 +
 wordcamp-base/images/favicon.png |  Bin 0 -> 895 bytes
 2 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/wordcamp-base/header.php b/wordcamp-base/header.php
index 9b0e6c5..be928ea 100644
--- a/wordcamp-base/header.php
+++ b/wordcamp-base/header.php
@@ -7,6 +7,7 @@
 ?><!DOCTYPE html>
 <html <?php language_attributes(); ?>>
 <head>
+ <link rel="shortcut icon" href="theme/images/favicon.png">
 <meta charset="<?php bloginfo( 'charset' ); ?>" />
 <?php wcb_title_tag(); ?>
 <link rel="profile" href="http://gmpg.org/xfn/11"; />
diff --git a/wordcamp-base/images/favicon.png b/wordcamp-base/images/favicon.png
new file mode 100644
index 0000000..5d5e45f
Binary files /dev/null and b/wordcamp-base/images/favicon.png differ


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]