You are here

function img_assist_wysiwyg_include_directory in Image Assist 5.3

Implementation of hook_wysiwyg_include_directory().

File

./img_assist.module, line 1878
Image Assist module

Code

function img_assist_wysiwyg_include_directory($type) {
  switch ($type) {
    case 'plugins':
      return $type;
  }
}