diff show.php @ 600:9ab2d794dcbc

Fix CSS path.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 26 Oct 2014 23:39:38 +0200
parents ce11ea112a65
children 4ac3d5f07178
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();