You are here

function eb_custom_slider_perm in Featured Content Slider 7.2

Same name in this branch
  1. 7.2 contrib/eb_custom_slider.module \eb_custom_slider_perm()
  2. 7.2 contrib/custom_slider/eb_custom_slider.module \eb_custom_slider_perm()

implementation of hook_perm

File

contrib/eb_custom_slider.module, line 314
display content in 'featured content' block using jquery.

Code

function eb_custom_slider_perm() {
  return array(
    'access content_slider',
    'administer content_slider',
  );
}