You are here

function purl_theme in Persistent URL 6

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

Implementation of hook_theme().

File

./purl.module, line 14

Code

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