mirror of
https://github.com/wilr/silverstripe-googlesitemaps.git
synced 2024-10-22 11:05:48 +02:00
BUGFIX: Fixed path for stylesheet and js file on the sitemap index
This commit is contained in:
parent
092b2e10ae
commit
945f35f693
@ -6,9 +6,9 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>XML Sitemap</title>
|
<title>XML Sitemap</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<link rel="stylesheet" href="googlesitemaps/css/style.css" />
|
<link rel="stylesheet" href="../googlesitemaps/css/style.css" />
|
||||||
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
|
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
|
||||||
<script type="text/javascript" src="googlesitemaps/javascript/jquery.tablesorter.min.js"></script>
|
<script type="text/javascript" src="../googlesitemaps/javascript/jquery.tablesorter.min.js"></script>
|
||||||
<script type="text/javascript"><![CDATA[
|
<script type="text/javascript"><![CDATA[
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
$("#sitemapindex").tablesorter( { sortList: [[0,0]],widgets: ['zebra'] } );
|
$("#sitemapindex").tablesorter( { sortList: [[0,0]],widgets: ['zebra'] } );
|
||||||
|
Loading…
Reference in New Issue
Block a user