Variables

The system offers pre-defined system variables and flexible variables. You can use variables e.g. to create paths to external images or files, that work on different development systems.

All variables mentioned here are executed in HTML code of menu item and document templates as well as in documents (textareas, textinput) and respective elements in admin interfaces, if not stated differently.
Important Note: Variables you can define in the code (~variable~) use so called regular expressions when they are interpreted. That means that you must not place more than one variable in one line of code, but all variables must be separated by at least one line break. Otherwise they are not interpreted correctly and the document is not displayed completely.