You are here

function jqp_theme in jQuery Plugin Handler (JQP) 6.2

Implementation of hook_theme().

File

./jqp.module, line 195
Used to register and load javascript libraries and plugins from a cetral point

Code

function jqp_theme() {
  return array(
    'js_library_edit' => array(
      'arguments' => array(
        'form' => array(),
        'js_library' => array(),
        'version' => 0,
      ),
    ),
  );
}