You are here

function html5_tools_theme in HTML5 Tools 7

Same name and namespace in other branches
  1. 6 html5_tools.module \html5_tools_theme()

Implements hook_theme().

File

./html5_tools.module, line 191

Code

function html5_tools_theme($existing, $type, $theme, $path) {
  return array(
    'html5_tools_time' => array(
      'variables' => array(
        'date' => NULL,
        'isodate' => NULL,
      ),
    ),
  );
}