1
0
mirror of https://github.com/oupala/apaxy.git synced 2025-08-13 15:24:06 +02:00

Fixed #122: Error pages stylesheets do not point to absolute paths.

This commit is contained in:
Jordan Bancino
2018-11-30 15:55:33 +00:00
parent 31e14beea4
commit 153df9c90d
6 changed files with 6 additions and 6 deletions

View File

@@ -6,7 +6,7 @@
<title>Error 400</title>
<link rel="shortcut icon" href="img/icon.png">
<!-- Stylesheets -->
<link rel="stylesheet" href="theme/style.css" />
<link rel="stylesheet" href="/{FOLDERNAME}/theme/style.css" />
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400' rel='stylesheet' type='text/css'>
</head>
<body class="fadeDown">

View File

@@ -6,7 +6,7 @@
<title>Error 403</title>
<link rel="shortcut icon" href="img/icon.png">
<!-- Stylesheets -->
<link rel="stylesheet" href="theme/style.css" />
<link rel="stylesheet" href="/{FOLDERNAME}/theme/style.css" />
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400' rel='stylesheet' type='text/css'>
</head>
<body class="fadeDown">

View File

@@ -6,7 +6,7 @@
<title>Error 404</title>
<link rel="shortcut icon" href="img/icon.png">
<!-- Stylesheets -->
<link rel="stylesheet" href="theme/style.css" />
<link rel="stylesheet" href="/{FOLDERNAME}/theme/style.css" />
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400' rel='stylesheet' type='text/css'>
</head>
<body class="fadeDown">

View File

@@ -6,7 +6,7 @@
<title>Error 408</title>
<link rel="shortcut icon" href="img/icon.png">
<!-- Stylesheets -->
<link rel="stylesheet" href="theme/style.css" />
<link rel="stylesheet" href="/{FOLDERNAME}/theme/style.css" />
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400' rel='stylesheet' type='text/css'>
</head>
<body class="fadeDown">

View File

@@ -6,7 +6,7 @@
<title>Error 500</title>
<link rel="shortcut icon" href="img/icon.png">
<!-- Stylesheets -->
<link rel="stylesheet" href="theme/style.css" />
<link rel="stylesheet" href="/{FOLDERNAME}/theme/style.css" />
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400' rel='stylesheet' type='text/css'>
</head>
<body class="fadeDown">

View File

@@ -6,7 +6,7 @@
<title>Error 502</title>
<link rel="shortcut icon" href="img/icon.png">
<!-- Stylesheets -->
<link rel="stylesheet" href="theme/style.css" />
<link rel="stylesheet" href="/{FOLDERNAME}/theme/style.css" />
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400' rel='stylesheet' type='text/css'>
</head>
<body class="fadeDown">