You are here

function purl_theme in Persistent URL 7

Same name and namespace in other branches
  1. 6 purl.module \purl_theme()

Implements hook_theme().

File

./purl.module, line 13

Code

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