You are here

function dxpr_gridstack_theme in DXPR GridStack 7

Same name and namespace in other branches
  1. 8 dxpr_gridstack.module \dxpr_gridstack_theme()
  2. 1.0.x dxpr_gridstack.module \dxpr_gridstack_theme()

Implements hook_theme().

File

./dxpr_gridstack.module, line 172
Code for the DXPR GridStack feature.

Code

function dxpr_gridstack_theme() {
  return array(
    'dxpr_gridstack_formatter' => array(
      'variables' => array(
        'image_url' => array(),
      ),
    ),
  );
}