You are here

function opengraph_meta_perm in Open Graph meta tags 6

Implements hook_perm(). DRUPAL 6 only.

File

./opengraph_meta.drupal6-hooks.inc, line 10

Code

function opengraph_meta_perm() {
  return array(
    OPENGRAPH_META_PERM_ADMIN,
    OPENGRAPH_META_PERM_EDIT,
  );
}