changeset 600:9ab2d794dcbc

Fix CSS path.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 26 Oct 2014 23:39:38 +0200
parents eebbc96d7fe5
children a42efdc2cca7
files show.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/show.php	Sun Oct 26 22:46:36 2014 +0200
+++ b/show.php	Sun Oct 26 23:39:38 2014 +0200
@@ -9,7 +9,7 @@
 require_once "msession.inc.php";
 require_once "majax.inc.php";
 
-$pageCSS["show.css"] = "";
+$pageCSS["css/show.css"] = "";
 
 stSetupCacheControl();