X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2FPlugins.md;h=24d403e1f6f57514070fbc528a0bc81fd4bfc4e7;hb=0aa69f134f8b2ac438af052ea6a4839b67e7be33;hp=62d06f1c5683f8743b2c90f29aded0bbef11b8d0;hpb=545a7a80e4c56fe58f8c810be7d5711d2fe5272d;p=friendica.git diff --git a/doc/Plugins.md b/doc/Plugins.md index 62d06f1c56..24d403e1f6 100644 --- a/doc/Plugins.md +++ b/doc/Plugins.md @@ -274,7 +274,11 @@ $b is an array containing $nav from nav.php. ###'template_vars' is called before vars are passed to the template engine to render the page. The registered function can add,change or remove variables passed to template. -$b is the array of vars pased to 'replace_macros()' function. +$b is an array with: + + 'template' => filename of template + 'vars' => array of vars passed to template + Complete list of hook callbacks