changeset 591:f7078755dff5

Fix CSS paths for admin and print pages.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 17 Oct 2014 15:18:21 +0300
parents 94b9bf155fdb
children 642df17214f6
files admin.php print.php
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/admin.php	Fri Oct 17 13:09:14 2014 +0300
+++ b/admin.php	Fri Oct 17 15:18:21 2014 +0300
@@ -52,7 +52,7 @@
 }
 
 // Start output
-$pageCSS["admin.css"] = "";
+$pageCSS = "css/admin.css";
 cmPrintPageHeader("FAPWeb Administration",
   "  <meta http-equiv=\"Pragma\" content=\"no-cache\" />\n",
   FALSE);
--- a/print.php	Fri Oct 17 13:09:14 2014 +0300
+++ b/print.php	Fri Oct 17 15:18:21 2014 +0300
@@ -9,7 +9,7 @@
 require_once "msite.inc.php";
 require_once "msession.inc.php";
 
-$pageCSS = "hardcopy.css";
+$pageCSS = "css/hardcopy.css";
 
 
 //