Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| en:2.0:admidio_customization [2024/01/12 21:28] – fasse | en:2.0:admidio_customization [2024/01/12 21:31] (current) – [Use texts from language files] fasse | ||
|---|---|---|---|
| Line 56: | Line 56: | ||
| | {$additionalHeaderData} | <meta charset=" | | {$additionalHeaderData} | <meta charset=" | ||
| | {$content} | < | | {$content} | < | ||
| - | | {$currentUser} | Smith | Object of the logged-in user. All information | + | | {$currentUser} | Smith | Object of the logged-in user. All profile data can be queried via this object. |
| | {$debug} | false | Normally //false// unless debug mode has been turned on in config.php | | | {$debug} | false | Normally //false// unless debug mode has been turned on in config.php | | ||
| | {$hasPreviousUrl} | true | Indicates whether there is a URL from which this page was called. In the default theme, a back button is then displayed. | | | {$hasPreviousUrl} | true | Indicates whether there is a URL from which this page was called. In the default theme, a back button is then displayed. | | ||
| Line 83: | Line 83: | ||
| ==== Use texts from language files ==== | ==== Use texts from language files ==== | ||
| - | With Smarty you also have access to the texts from the language files (adm_program/ | + | With Smarty you also have access to the texts from the language files (adm_program/ |
| <code html>< | <code html>< | ||
| The curly brackets with the l10n-> | The curly brackets with the l10n-> | ||