X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fsmarty3-templates.md;h=fb7036896822f01d09b29e5563f8f61790212b84;hb=076cf702b03574d1ec154597b10d333ce5e9f68c;hp=751ef20b3120ff4d6c216ecfa4a137ce5a5e6227;hpb=8ec424325375aa923c7d2d78ac8ddcc352f09cff;p=friendica.git diff --git a/doc/smarty3-templates.md b/doc/smarty3-templates.md index 751ef20b31..fb70368968 100644 --- a/doc/smarty3-templates.md +++ b/doc/smarty3-templates.md @@ -35,7 +35,7 @@ Form Templates To guarantee a consistent look and feel for input forms, i.e. in the settings sections, there are templates for the basic form fields. They are initialized with an array of data, depending on the tyle of the field. -All of these take an array for holding the values, i.e. for an one line text input field, which is required and should be used to type email addesses use something along +All of these take an array for holding the values, eg,. for a one line text input field, which is required and should be used to type email addesses use something along the lines of: '$adminmail' => array('adminmail', t('Site administrator email address'), $adminmail, t('Your account email address must match this in order to use the web admin panel.'), 'required', '', 'email'),