You are here

function joomla_perm in Joomla to Drupal 5

Same name and namespace in other branches
  1. 6 joomla.module \joomla_perm()

Implementation of hook_perm

File

./joomla.module, line 24
The joomla module used for migrate Joomla to Drupal.

Code

function joomla_perm() {
  return array(
    'access joomla',
    'administer joomla',
  );
}