Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

[GOVCMSD7-168] Fatal error caused by custom search module in PHPUnit testing #925

Open
wants to merge 2 commits into
base: 7.x-3.x
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions govcms.profile
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,12 @@ function govcms_paranoia_hide_modules() {
'govcms_register' => 'govCMS',
);
}
/**
* Returns a list of the themes that govCMS supports.
*/
function govcms_supported_themes() {
return array(
GOVCMS_DEFAULT_THEME,
GOVCMS_INSTALL_DEFAULT_THEME,
);
}