You are here

function panels_export_theme in Panels 6.2

Implementation of hook_theme()

File

panels_export/panels_export.module, line 32
panels_export.module

Code

function panels_export_theme() {
  return array(
    'panels_export_export_form' => array(
      'arguments' => array(
        'form' => NULL,
      ),
    ),
  );
}