You are here

function fences_theme in Fences 7

Same name and namespace in other branches
  1. 7.2 fences.module \fences_theme()

Implements hook_theme().

File

./fences.module, line 62
Fences is a module providing configurable field wrappers.

Code

function fences_theme($existing, $type, $theme, $path) {
  module_load_include('inc', 'fences', 'fences.admin');
  return _fences_theme($existing, $type, $theme, $path);
}