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
1 merge request!623Add Docs on new theme hooks
# 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
/*
......
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