Skip to content
Snippets Groups Projects
Unverified Commit 58a70cdd authored by totten's avatar totten Committed by GitHub
Browse files

Update hook_civicrm_themes.md

parent 56322e09
No related branches found
No related tags found
No related merge requests found
# hook_civicrm_import # hook_civicrm_themes
## Summary ## 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 ## Definition
...@@ -42,6 +42,8 @@ This Hook is called when building a list of available themes for use within Civi ...@@ -42,6 +42,8 @@ This Hook is called when building a list of available themes for use within Civi
## Example ## Example
A minimal example:
```php ```php
/* /*
* A theme is a set of CSS files which are loaded on CiviCRM pages. * 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 ...@@ -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 ```php
/* /*
......
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