You are here

function mathjax_perm in MathJax: LaTeX for Drupal 6

Implements hook_perm().

File

./mathjax.module, line 58
MathJax module.

Code

function mathjax_perm() {
  return array(
    'administer mathjax',
  );
}