| 1 |
<?php |
<?php |
| 2 |
// $Id: geshifilter.inc,v 1.5 2008/07/21 17:44:23 soxofaan Exp $ |
// $Id: geshifilter.inc,v 1.6 2009/07/04 09:48:59 soxofaan Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 172 |
return variable_get("geshifilter_tags_{$format}", geshifilter_tags()); |
return variable_get("geshifilter_tags_{$format}", geshifilter_tags()); |
| 173 |
} |
} |
| 174 |
|
|
|
function _geshifilter_php_delimeters($format = NULL) { |
|
|
if (!geshifilter_use_format_specific_options() || $format === NULL) { |
|
|
return variable_get('geshifilter_enable_php_delimiters', FALSE); |
|
|
} |
|
|
return variable_get("geshifilter_enable_php_delimiters_{$format}", _geshifilter_php_delimeters()); |
|
|
} |
|
|
|
|
| 175 |
function _geshifilter_tag_styles($format = NULL) { |
function _geshifilter_tag_styles($format = NULL) { |
| 176 |
if (!geshifilter_use_format_specific_options() || $format === NULL) { |
if (!geshifilter_use_format_specific_options() || $format === NULL) { |
| 177 |
return variable_get('geshifilter_tag_styles', array( |
return variable_get('geshifilter_tag_styles', array( |