Skip to content

Commit bed3225

Browse files
committed
Renamed cmstheme to os2web_core_theme.
1 parent 07d7f20 commit bed3225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

os2web_cp_service.module

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@ function os2web_cp_service_preprocess_views_exposed_form(&$variables) {
781781
*/
782782
function os2web_cp_service_theme_registry_alter(&$theme_registry) {
783783
// Add the tpl for exposed form to the theme registry
784-
// Somehow this gets overridden by cmstheme.
784+
// Somehow this gets overridden by os2web_core_theme.
785785
if (!empty($theme_registry['views_exposed_form__os2web_cp_service_cp_case_search']['path'])) {
786786
$theme_registry['views_exposed_form__os2web_cp_service_cp_case_search']['path'] = drupal_get_path('module', 'os2web_cp_service') . '/theme/';
787787
}

0 commit comments

Comments
 (0)