diff --git a/govcms.profile b/govcms.profile index 0d2b3c26e..67a7b063c 100644 --- a/govcms.profile +++ b/govcms.profile @@ -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, + ); +}