You are here

function cms_portfolio_theme in Glazed CMS Portfolio 8

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

Implements hook_theme().

File

./cms_portfolio.module, line 11
Primary module hooks for CMS Portfolio module.

Code

function cms_portfolio_theme() {
  return [
    'cms_portfolio_twentytwenty' => [
      'variables' => [
        'images' => NULL,
      ],
      'template' => 'twentytwenty',
    ],
  ];
}