I am trying to integrate this SyntaxHighlighter to my website. I included all files exactly how in the example, but it does not work.
When I take a look at the web concole it says
ReferenceError: SyntaxHighlighter is not defined @ shBrushPhp.js:81
shBrushPhp.js is part of the files i had to include and I wounder why it does not work. Any ideas?
It would also help if you could say me where SyntaxHighlighter is normally defined.
The line where the error occurrs:
Brush.prototype = new SyntaxHighlighter.Highlighter();