Fixed Trac #482: link to OpenSearch Xml page was broken

SVN:trunk[1606]
This commit is contained in:
Denis Flaven
2011-09-28 10:07:27 +00:00
parent b454b24e0f
commit 5b3350f6d5

View File

@@ -623,7 +623,7 @@ EOF
}
echo "</style>\n";
}
echo "<link rel=\"search\" type=\"application/opensearchdescription+xml\" title=\"iTop\" href=\"".utils::GetAbsoluteUrlAppRoot()."opensearch.xml.php\" />\n";
echo "<link rel=\"search\" type=\"application/opensearchdescription+xml\" title=\"iTop\" href=\"".utils::GetAbsoluteUrlAppRoot()."pages/opensearch.xml.php\" />\n";
echo "</head>\n";
echo "<body>\n";