You are here

function simplelogin_theme in SimpleLogin 7

Implements hook_theme().

File

./simplelogin.module, line 132
The Login screens, which controls the customized background image.

Code

function simplelogin_theme() {
  return array(
    'simplelogin_imageupload' => array(
      'render element' => 'element',
    ),
  );
}