You are here

function geshifilter_use_format_specific_options in GeSHi Filter for syntax highlighting 6

Same name and namespace in other branches
  1. 5.2 geshifilter.inc \geshifilter_use_format_specific_options()
  2. 7 geshifilter.inc \geshifilter_use_format_specific_options()
7 calls to geshifilter_use_format_specific_options()
geshifilter_admin_general_settings in ./geshifilter.admin.inc
General settings form for the GeSHi filter.
geshifilter_admin_per_language_settings in ./geshifilter.admin.inc
Menu callback for per language settings
geshifilter_help in ./geshifilter.module
Implementation of hook_help().
geshifilter_language_tags in ./geshifilter.inc
geshifilter_tags in ./geshifilter.inc

... See full list

File

./geshifilter.inc, line 163
General GeSHi filter helper functions.

Code

function geshifilter_use_format_specific_options() {
  return variable_get('geshifilter_format_specific_options', FALSE);
}