X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2FAddons.md;h=bf8f9eef456ae11d8d7bb85a39f1dd5a39dee171;hb=8e2910976f126ee7c728ba4716f317ac496f377b;hp=9260ee013ca7eab0eb05bc0419a3b7eb077c7ab7;hpb=eba46e786a5b160af690f15d3a3e42f6b9b1e3e4;p=friendica.git diff --git a/doc/Addons.md b/doc/Addons.md index 9260ee013c..bf8f9eef45 100644 --- a/doc/Addons.md +++ b/doc/Addons.md @@ -181,6 +181,8 @@ Put your tpl files in the *templates/* subfolder of your addon. In your code, like in the function addon_name_content(), load the template file and execute it passing needed values: ```php +use Friendica\Core\Renderer; + # load template file. first argument is the template name, # second is the addon path relative to friendica top folder $tpl = Renderer::getMarkupTemplate('mytemplate.tpl', __DIR__); @@ -693,9 +695,6 @@ Here is a complete list of all hook callbacks with file locations (as of 24-Sep- ### src/Content/ContactSelector.php Hook::callAll('network_to_name', $nets); - Hook::callAll('gender_selector', $select); - Hook::callAll('sexpref_selector', $select); - Hook::callAll('marital_selector', $select); ### src/Content/OEmbed.php