You are here

function geshifilter_use_format_specific_options in GeSHi Filter for syntax highlighting 7

Same name and namespace in other branches
  1. 5.2 geshifilter.inc \geshifilter_use_format_specific_options()
  2. 6 geshifilter.inc \geshifilter_use_format_specific_options()
8 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_decode_entities in ./geshifilter.inc
geshifilter_help in ./geshifilter.module
Implements hook_help().
geshifilter_language_tags in ./geshifilter.inc

... See full list

File

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

Code

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