constant SYNTAXHIGHLIGHTER_INJECT_PHP in Syntax Highlighter 6
Same name and namespace in other branches
- 8 syntaxhighlighter.module \SYNTAXHIGHLIGHTER_INJECT_PHP
- 6.2 syntaxhighlighter.module \SYNTAXHIGHLIGHTER_INJECT_PHP
- 7.2 syntaxhighlighter.module \SYNTAXHIGHLIGHTER_INJECT_PHP
- 7 syntaxhighlighter.module \SYNTAXHIGHLIGHTER_INJECT_PHP
Inject syntaxhighlighter if the associated PHP code returns TRUE.
2 uses of SYNTAXHIGHLIGHTER_INJECT_PHP
- syntaxhighlighter_settings_form in ./
syntaxhighlighter.admin.inc - An admin form to specify which language to support for highlighting
- _syntaxhighlighter_page_match in ./
syntaxhighlighter.module
File
- ./
syntaxhighlighter.module, line 25 - Syntax highlight code using the Syntaxhighlighter javascript library. See http://alexgorbatchev.com/wiki/SyntaxHighlighter
Code
define('SYNTAXHIGHLIGHTER_INJECT_PHP', 2);