You are here

function colorbox_insert_styles in Colorbox 6

Same name and namespace in other branches
  1. 7.2 colorbox.module \colorbox_insert_styles()
  2. 7 colorbox.module \colorbox_insert_styles()

Implementation of hook_insert_styles().

File

./colorbox.module, line 437
A light-weight, customizable lightbox plugin for jQuery 1.3

Code

function colorbox_insert_styles() {
  $insert_styles = array();
  $insert_styles = colorbox_field_formatter_info();
  return $insert_styles;
}