Code: Select all
<head><title>Foo Class</title>
<link href="help.css" rel="stylesheet" />
<script src="SkinSupport/MadCapUtilities.js">
</script>
<script src="SkinSupport/MadCapBody.js">
</script>
<script src="SkinSupport/MadCapHighlighter.js">
</script>
<script src="foo.js">
</script>
</head>How can I modify the output generation / skin to insert my code? Copying the file to the Recource/WebHelp/Content directory is not really an option, as multiple users have Flare installed, and this script should be available for all their output generation as well.