You are here

function syntaxhighlighter_perm in Syntax Highlighter 6

Same name and namespace in other branches
  1. 6.2 syntaxhighlighter.module \syntaxhighlighter_perm()

Implements hook_perm().

File

./syntaxhighlighter.module, line 33
Syntax highlight code using the Syntaxhighlighter javascript library. See http://alexgorbatchev.com/wiki/SyntaxHighlighter

Code

function syntaxhighlighter_perm() {
  return array(
    'use PHP for syntaxhighlighter js/css code inject control',
  );
}