function mathjax_permission in MathJax: LaTeX for Drupal 7.2
Same name and namespace in other branches
- 7 mathjax.module \mathjax_permission()
Implements hook_permission().
File
- ./
mathjax.module, line 10 - MathJax module.
Code
function mathjax_permission() {
return array(
'administer mathjax' => array(
'title' => t('Administer MathJax'),
),
);
}