You are here

function geshifilter_theme in GeSHi Filter for syntax highlighting 7

Same name and namespace in other branches
  1. 6 geshifilter.module \geshifilter_theme()

Implements hook_theme().

File

./geshifilter.module, line 215
An input filter for syntax highlighting using the GeSHi library.

Code

function geshifilter_theme() {
  return array(
    'geshifilter_per_language_settings' => array(
      'render element' => 'form',
    ),
  );
}