You are here

function backstretch_theme in Backstretch 7.2

Implements hook_theme().

File

./backstretch.module, line 428
Main file for Backstretch Formatter module.

Code

function backstretch_theme() {
  return array(
    'backstretch' => array(
      'variables' => array(
        'id' => 0,
        'options' => array(),
      ),
    ),
  );
}