We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07d7f20 commit bed3225Copy full SHA for bed3225
os2web_cp_service.module
@@ -781,7 +781,7 @@ function os2web_cp_service_preprocess_views_exposed_form(&$variables) {
781
*/
782
function os2web_cp_service_theme_registry_alter(&$theme_registry) {
783
// Add the tpl for exposed form to the theme registry
784
- // Somehow this gets overridden by cmstheme.
+ // Somehow this gets overridden by os2web_core_theme.
785
if (!empty($theme_registry['views_exposed_form__os2web_cp_service_cp_case_search']['path'])) {
786
$theme_registry['views_exposed_form__os2web_cp_service_cp_case_search']['path'] = drupal_get_path('module', 'os2web_cp_service') . '/theme/';
787
}
0 commit comments