You are here

function guestbook_panels_include_directory in Guestbook 5.2

Same name and namespace in other branches
  1. 6.2 guestbook.module \guestbook_panels_include_directory()
  2. 7.2 guestbook.module \guestbook_panels_include_directory()

Implementation of hook_panels_include_directory().

File

./guestbook.module, line 971

Code

function guestbook_panels_include_directory($plugintype) {
  if ($plugintype == 'content_types') {
    return 'panels';
  }
}