Go to the source code of this file.
Variables | |
| $text_multi = array() | |
| HTML text fragments. | |
| $text_multi ['de'] | |
| $text_multi ['en'] | |
| $buttons_multi = array() | |
| Button labels. | |
| $buttons_multi ['de'] | |
| $buttons_multi ['en'] | |
| $months_multi = array() | |
| Month names. | |
| $months_multi ['de'] | |
| $months_multi ['en'] | |
| $field_labels = array() | |
| Form labels. | |
| $field_labels ['de'] | |
| $field_labels ['en'] | |
This file contains a library of text fragments to be printed in the various web forms presented to the user. They are site specific and should be modified as necessary.
Definition in file text.php.
| $buttons_multi = array() |
| $field_labels = array() |
Form labels.
This array contains the text labels for input forms. They can be modified according to your own needs.
Definition at line 444 of file text.php.
Referenced by fields_init().
| $months_multi = array() |
| $text_multi = array() |
HTML text fragments.
This array contains various HTML text fragments, e.g. the header and footer of the web pages. These texts can (and should) be modified according to your own needs.
Definition at line 22 of file text.php.
Referenced by fields_init().
1.4.7