You are here

function skinr_ui_theme in Skinr 8.2

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

Implements hook_theme().

File

skinr_ui/skinr_ui.module, line 65
Handles Skinr UI functionality allowing users to apply skins to their site.

Code

function skinr_ui_theme() {
  return array(
    'skinr_ui_library_details' => array(
      'render element' => 'form',
      'file' => 'skinr_ui.theme.inc',
    ),
  );
}