- **body**
- **headers**
+### load_config
+Called during `App` initialization to allow addons to load their own configuration file(s) with `App::loadConfigFile()`.
+
### nav_info
Called after the navigational menu is build in `include/nav.php`.
`$b` is an array containing `$nav` from `include/nav.php`.
Addon::callHooks("template_vars", $arr);
+### src/App.php
+
+ Addon::callHooks('load_config');
+
### src/Model/Item.php
Addon::callHooks('post_local', $item);