You are here

function rich_snippets_theme in Rich Snippets 7

Implements hook_theme().

File

./rich_snippets.module, line 17
Overrides the standard search results templates and CSS to display results similar to major search engines.

Code

function rich_snippets_theme() {
  return array(
    'rich_snippets_date' => array(
      'arguments' => array(
        'date' => NULL,
      ),
      'file' => 'rich_snippets.theme.inc',
    ),
  );
}