Skip to content

Commit

Permalink
fixed path for 404 and 403
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinsee committed Aug 22, 2014
1 parent ef9e21a commit af2a8b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions 403.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<link rel="icon" href="/images/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon" />
<!--[if lte IE 8]><script src="js/html5shiv.js" type="text/javascript"></script><![endif]-->
<script src="/js/skel.min.js"></script>
<script src="/old/js/skel.min.js"></script>
<script>
skel.init({
prefix: '/css/style',
prefix: '/old/css/style',
preloadStyleSheets: true,
resetCSS: true,
boxModel: 'border',
Expand All @@ -21,7 +21,7 @@
mobile: { range: '-480', containers: 'fluid', lockViewport: true, grid: { collapse: true } }
}
});
document.write('<link rel="stylesheet" href="/css/font-awesome.min.css" />')
document.write('<link rel="stylesheet" href="/old/css/font-awesome.min.css" />')
</script>
</head>
<body>
Expand Down
6 changes: 3 additions & 3 deletions 404.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<link rel="icon" href="/images/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon" />
<!--[if lte IE 8]><script src="js/html5shiv.js" type="text/javascript"></script><![endif]-->
<script src="/js/skel.min.js"></script>
<script src="/old/js/skel.min.js"></script>
<script>
skel.init({
prefix: '/css/style',
prefix: '/old/css/style',
preloadStyleSheets: true,
resetCSS: true,
boxModel: 'border',
Expand All @@ -21,7 +21,7 @@
mobile: { range: '-480', containers: 'fluid', lockViewport: true, grid: { collapse: true } }
}
});
document.write('<link rel="stylesheet" href="/css/font-awesome.min.css" />')
document.write('<link rel="stylesheet" href="/old/css/font-awesome.min.css" />')
</script>
</head>
<body>
Expand Down

0 comments on commit af2a8b3

Please sign in to comment.