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:
@@ -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">
|
||||
|
@@ -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">
|
||||
|
@@ -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">
|
||||
|
@@ -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">
|
||||
|
@@ -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">
|
||||
|
@@ -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">
|
||||
|
Reference in New Issue
Block a user