You are here

function sharethis_theme in ShareThis 6

Same name and namespace in other branches
  1. 8.2 sharethis.module \sharethis_theme()
  2. 7.2 sharethis.module \sharethis_theme()

Implementation of hook_theme().

File

./sharethis.module, line 149
Provides the ShareThis service.

Code

function sharethis_theme() {
  return array(
    'sharethis' => array(
      'arguments' => array(
        'title' => NULL,
        'url' => NULL,
      ),
    ),
  );
}