From bdfa38e1621db7a4e011e2d8b5ca410eb3f364ab Mon Sep 17 00:00:00 2001 From: Seamus Lee <seamuslee001@gmail.com> Date: Thu, 20 Jun 2019 08:53:36 +1000 Subject: [PATCH] Update doc block following testing --- docs/hooks/hook_civicrm_themes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/hooks/hook_civicrm_themes.md b/docs/hooks/hook_civicrm_themes.md index 25b5b809..ee8f6378 100644 --- a/docs/hooks/hook_civicrm_themes.md +++ b/docs/hooks/hook_civicrm_themes.md @@ -48,9 +48,10 @@ This Hook is called when building a list of available themes for use within Civi */ function civitest_civicrm_themes( &$themes ) { - $themes[] = [ + $themes['civielection'] = [ 'name' => 'civielection', 'title' => 'civielection theme', + 'ext' => 'au.org.greens.civielection', 'prefix' => NULL, 'url_callback' => '\\Civi\\Core\\Themes\\Resolvers::simple', 'search_order' => [ -- GitLab