You are here

function popup_breadcrumb_theme in Popup 6.x

Implementation of hook_theme

File

modules/popup_breadcrumb/popup_breadcrumb.module, line 63

Code

function popup_breadcrumb_theme() {
  return array(
    'popup_breadcrumb_settings' => array(
      'arguments' => array(
        'form' => array(),
      ),
    ),
  );
}