From 58a70cddad3aff0a6bd14ef542af03b5a0b8b1b9 Mon Sep 17 00:00:00 2001 From: Tim Otten <totten@civicrm.org> Date: Sat, 22 Jun 2019 21:47:49 -0700 Subject: [PATCH] Update hook_civicrm_themes.md --- docs/hooks/hook_civicrm_themes.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/hooks/hook_civicrm_themes.md b/docs/hooks/hook_civicrm_themes.md index 403aa5b3..7f6a74d1 100644 --- a/docs/hooks/hook_civicrm_themes.md +++ b/docs/hooks/hook_civicrm_themes.md @@ -1,8 +1,8 @@ -# hook_civicrm_import +# hook_civicrm_themes ## Summary -This Hook is called when building a list of available themes for use within CiviCRM. +This hook is called when building a list of available themes for use within CiviCRM. ## Definition @@ -42,6 +42,8 @@ This Hook is called when building a list of available themes for use within Civi ## Example +A minimal example: + ```php /* * A theme is a set of CSS files which are loaded on CiviCRM pages. @@ -54,7 +56,7 @@ This Hook is called when building a list of available themes for use within Civi } ``` -a more detailed example +A more detailed example ```php /* -- GitLab