summaryrefslogtreecommitdiffstats
path: root/include/output.php
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2010-11-21 00:13:21 -0800
committerArun Persaud <arun@nubati.net>2010-11-21 00:13:21 -0800
commit36eab6602319754c0cba608c8ba3ddfca075abe9 (patch)
tree20bb23362a920496bca0c68c02b2b3a1d158722a /include/output.php
parent8081366305110a2b8cd66e0fea33db479deeb4c0 (diff)
downloade-DoKo-36eab6602319754c0cba608c8ba3ddfca075abe9.tar.gz
e-DoKo-36eab6602319754c0cba608c8ba3ddfca075abe9.tar.bz2
e-DoKo-36eab6602319754c0cba608c8ba3ddfca075abe9.zip
fixed typo in CSS, simpler naming scheme
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 a53e5c9..1f67bd1 100644
--- a/include/output.php
+++ b/include/output.php
@@ -379,7 +379,7 @@ function output_header()
<title>e-Doko</title>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type" />
<link rel="shortcut icon" type="image/x-icon" href="pics/edoko-favicon.png" />
- <link rel="stylesheet" type="text/css" href="css/standard028.css" />
+ <link rel="stylesheet" type="text/css" href="css/standard.css?v=29" />
<link rel="stylesheet" type="text/css" href="css/dateinput.css?v=1"/>
<script type="text/javascript" src="include/jquery.js"> </script>
<script type="text/javascript" src="include/jquery.tablesorter.js"></script>