function linkit_theme in Linkit 7.3
Same name and namespace in other branches
- 6 linkit.module \linkit_theme()
- 7 linkit.module \linkit_theme()
- 7.2 linkit.module \linkit_theme()
Implements hook_theme().
File
- ./
linkit.module, line 323 - Main file for Linkit module.
Code
function linkit_theme($existing, $type, $theme, $path) {
return array(
'linkit_plugin_form_table' => array(
'render element' => 'form',
'file' => 'includes/theme.inc',
),
);
}