You are here

function ulogin_theme in uLogin (advanced version) 6

Same name and namespace in other branches
  1. 8 ulogin.module \ulogin_theme()
  2. 7 ulogin.module \ulogin_theme()

Implements hook_theme().

File

./ulogin.module, line 215

Code

function ulogin_theme($existing, $type, $theme, $path) {
  return array(
    'ulogin_widget' => array(
      'arguments' => array(
        'element' => NULL,
      ),
    ),
  );
}