You are here

function geshifilter_theme in GeSHi Filter for syntax highlighting 6

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

Implementation of hook_theme().

File

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

Code

function geshifilter_theme() {
  return array(
    'geshifilter_per_language_settings' => array(
      'arguments' => array(
        'form' => NULL,
      ),
    ),
  );
}