Commit d3706a4c3b4495ec2118d9f7de0fe5411b2fb809
1 parent
6e118cae
KTS-
"" Updated. Location of error.css changed. Committed By:Yusuf Davids Reviewed By: git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7796 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
customerrorpage.php
| @@ -25,7 +25,7 @@ $phperror = $_SESSION['sErrorMessage']; | @@ -25,7 +25,7 @@ $phperror = $_SESSION['sErrorMessage']; | ||
| 25 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html> | 25 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html> |
| 26 | <head> | 26 | <head> |
| 27 | <title>Knowledgetree - Desklet</title> | 27 | <title>Knowledgetree - Desklet</title> |
| 28 | - <link rel="stylesheet" type="text/css" href="errors.css" /> | 28 | + <link rel="stylesheet" type="text/css" href="/resources/css/errors.css" /> |
| 29 | 29 | ||
| 30 | <script type="text/javascript"> | 30 | <script type="text/javascript"> |
| 31 | 31 |