afform/gui - Update extension boilerplate
[civicrm-core.git] / ext / afform / gui / afform_gui.php
index da3a35c22148dfb2e297262af1549b94e446eef3..9eef57b07f1bb9fdecf758d17705b1448db6dbc4 100644 (file)
@@ -134,6 +134,13 @@ function afform_gui_civicrm_entityTypes(&$entityTypes) {
   _afform_gui_civix_civicrm_entityTypes($entityTypes);
 }
 
+/**
+ * Implements hook_civicrm_themes().
+ */
+function afform_gui_civicrm_themes(&$themes) {
+  _afform_gui_civix_civicrm_themes($themes);
+}
+
 // --- Functions below this ship commented out. Uncomment as required. ---
 
 /**