BUGFIX: Fixed path for stylesheet and js file on the sitemap index

This commit is contained in:
UndefinedOffset 2015-04-14 13:58:11 -03:00
parent 092b2e10ae
commit 945f35f693
1 changed files with 2 additions and 2 deletions

View File

@ -6,9 +6,9 @@
<head>
<title>XML Sitemap</title>
<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="googlesitemaps/javascript/jquery.tablesorter.min.js"></script>
<script type="text/javascript" src="../googlesitemaps/javascript/jquery.tablesorter.min.js"></script>
<script type="text/javascript"><![CDATA[
$(document).ready(function() {
$("#sitemapindex").tablesorter( { sortList: [[0,0]],widgets: ['zebra'] } );