summaryrefslogtreecommitdiffstats
path: root/include/output.php
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2013-08-17 08:24:36 -0700
committerArun Persaud <arun@nubati.net>2013-08-17 08:24:36 -0700
commitef0fd1178c4f9e5bea92dac7d02a12ce0d523547 (patch)
tree5e74f742a029170c8cfb82f151cbe67d2b7c0943 /include/output.php
parent7abff39352cfc8b29ab309e98ecf8b011db98039 (diff)
downloade-DoKo-ef0fd1178c4f9e5bea92dac7d02a12ce0d523547.tar.gz
e-DoKo-ef0fd1178c4f9e5bea92dac7d02a12ce0d523547.tar.bz2
e-DoKo-ef0fd1178c4f9e5bea92dac7d02a12ce0d523547.zip
update favicon if it's your turn.
Added a simple php script that returns via json if it's your turn and then check this every 10s using javascript.
Diffstat (limited to 'include/output.php')
-rw-r--r--include/output.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/output.php b/include/output.php
index 67c1870..6e5f15f 100644
--- a/include/output.php
+++ b/include/output.php
@@ -423,7 +423,7 @@ function output_header()
<title>e-Doko</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width; initial-scale=1.0;" />
- <link rel="shortcut icon" href="pics/edoko-favicon.png" />
+ <link id="favicon" rel="shortcut icon" href="pics/edoko-favicon.png" />
<link rel="stylesheet" media="all" href="<?php echo autoversion("css/bootstrap.css"); ?>" />
<link rel="stylesheet" href="<?php echo autoversion("css/standard.css"); ?>" />
<link rel="stylesheet" href="<?php echo autoversion("css/dateinput.css"); ?>"/>