X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fsnarty3-templates.md;h=751ef20b3120ff4d6c216ecfa4a137ce5a5e6227;hb=e5a6d91cc4dc8f8546580c656ed6acc7016d4a28;hp=d23806a00b3b60b8e176be205f9ea06f923d866a;hpb=b1b1fe495be6b8a4c2dfe5f51ae148884262a6e8;p=friendica.git diff --git a/doc/snarty3-templates.md b/doc/snarty3-templates.md index d23806a00b..751ef20b31 100644 --- a/doc/snarty3-templates.md +++ b/doc/snarty3-templates.md @@ -19,7 +19,7 @@ Templates that are only used by addons shall be placed in the directory. -To render a template use the function *get_markup_template* to load the template and *replace_macros* to replace the markros/variables in the just loaded template file. +To render a template use the function *get_markup_template* to load the template and *replace_macros* to replace the macros/variables in the just loaded template file. $tpl = get_markup_template('install_settings.tpl'); $o .= replace_macros($tpl, array( ... )); @@ -105,7 +105,7 @@ An input box (see above) but prepared for special CSS styling for openID input. ### field_password.tpl -A single line input field (see above) for texttual input. The characters typed in will not be shown by the browser. Field parameter: +A single line input field (see above) for textual input. The characters typed in will not be shown by the browser. Field parameter: 0. Name of the field, 1. Label for the field,