You are here

function cmis_content_theme in CMIS API 6

Register custom themes for CMIS module.

File

cmis_content/cmis_content.module, line 35

Code

function cmis_content_theme() {
  return array(
    'cmis_content_create_form' => array(
      'arguments' => array(
        'form' => null,
      ),
    ),
    'cmis_content_block_settings' => array(
      'arguments' => array(
        'form' => NULL,
      ),
    ),
  );
}