You are here

function shurly_theme in ShURLy 7

Same name and namespace in other branches
  1. 6 shurly.module \shurly_theme()

Implements hook_theme().

File

./shurly.module, line 213
description http://www.youtube.com/watch?v=Qo7qoonzTCE

Code

function shurly_theme($existing, $type, $theme, $path) {
  return array(
    'shurly_create_form' => array(
      'render element' => 'form',
    ),
  );
}