You are here

function fitvids_perm in FitVids 6

Implements hook_perm().

File

./fitvids.module, line 37
Includes the FitVids.js jQuery plugin for fluid width video embeds.

Code

function fitvids_perm() {
  return array(
    'administer fitvids',
  );
}