You are here

function cms_portfolio_theme in Glazed CMS Portfolio 7

Same name and namespace in other branches
  1. 8 cms_portfolio.module \cms_portfolio_theme()

Implementation of hook_theme().

File

./cms_portfolio.module, line 85

Code

function cms_portfolio_theme() {
  return array(
    'image_compare' => array(
      'variables' => array(
        'items' => NULL,
        'images' => NULL,
        'options' => NULL,
        'entity' => NULL,
      ),
      'template' => 'image-compare',
    ),
  );
}