aboutsummaryrefslogtreecommitdiffstats
path: root/_nav/css/index.php
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2012-05-11 12:08:06 +0000
committerRomain d'Alverny <rda@mageia.org>2012-05-11 12:08:06 +0000
commitabc8436bfdc331609342105d8c56e8bd6468e693 (patch)
tree8d0e9e6dfef0f764e36573b5d508d49dc1a3dc52 /_nav/css/index.php
parent2f1a0016e212b6feb9b64a141e0c2319a31f0e01 (diff)
downloadwww-abc8436bfdc331609342105d8c56e8bd6468e693.tar
www-abc8436bfdc331609342105d8c56e8bd6468e693.tar.gz
www-abc8436bfdc331609342105d8c56e8bd6468e693.tar.bz2
www-abc8436bfdc331609342105d8c56e8bd6468e693.tar.xz
www-abc8436bfdc331609342105d8c56e8bd6468e693.zip
new global nav bar service
Diffstat (limited to '_nav/css/index.php')
-rw-r--r--_nav/css/index.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/_nav/css/index.php b/_nav/css/index.php
new file mode 100644
index 000000000..3960012fc
--- /dev/null
+++ b/_nav/css/index.php
@@ -0,0 +1,4 @@
+<?php
+header('Content-Type: text/css;charset=utf-8');
+header(sprintf('Expires: %s', gmdate('r', strtotime('+1 day'))));
+readfile('source.css');