Skip to content
Snippets Groups Projects
Commit bdfa38e1 authored by Seamus Lee's avatar Seamus Lee
Browse files

Update doc block following testing

parent 9554e63c
No related branches found
No related tags found
No related merge requests found
......@@ -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' => [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment