You are here

function sharerich_theme in Sharerich 8

Same name and namespace in other branches
  1. 7.3 sharerich.module \sharerich_theme()
  2. 7 sharerich.module \sharerich_theme()
  3. 7.2 sharerich.module \sharerich_theme()

Implements hook_theme().

File

./sharerich.module, line 37
Contains sharerich.module..

Code

function sharerich_theme() {
  return array(
    'sharerich' => array(
      'variables' => array(
        'buttons' => '',
      ),
      'template' => 'sharerich',
    ),
  );
}