You are here

function rotating_banner_rotating_banner_slide_layouts in Rotating Banner 7.2

Same name and namespace in other branches
  1. 7 rotating_banner.module \rotating_banner_rotating_banner_slide_layouts()

File

./rotating_banner.module, line 427

Code

function rotating_banner_rotating_banner_slide_layouts() {
  return array(
    'custom' => 'Custom',
    'top-left' => 'Top left',
    'top-right' => 'Top right',
    'bottom-left' => 'Bottom left',
    'bottom-right' => 'Bottom right',
  );
}