You are here

function tinybrowser_theme in TinyBrowser 7

Implements hook_theme

File

./tinybrowser.module, line 246

Code

function tinybrowser_theme() {

  // D7
  $theme['tinybrowser_admin'] = array(
    'function' => 'tinybrowser_admin_theme',
    'render element' => 'form',
  );

  //  $theme['tinybrowser_admin']['function'] = 'tinybrowser_admin_theme';
  return $theme;
}