ATK Configuration: Difference between revisions
Appearance
| Line 30: | Line 30: | ||
| how the menu aligns. This is not a standard config variable, so you can't find it in config.inc.php | | how the menu aligns. This is not a standard config variable, so you can't find it in config.inc.php | ||
| left, center, right | | left, center, right | ||
| center | |||
|} | |} | ||
Revision as of 08:03, 23 July 2007
Below is a categorized list of configuration options. This page is far from complete. If you encounter a configuration value in ATK that is not listed here, please help us improve the documentation by adding it.
Within a category, the options are listed alphabetically.
Database Configuration
GUI Configuration
| Configoption | Description | Possible values | Default | |
|---|---|---|---|---|
| $config_recordlistorientation | Place the recordlist action icons on the left or right of recordlists. | right, left, both | right | |
| $config_recordlistvorientation | Place the column headers (fieldname, searchfields etc.) at the top or bottom of recordlists. | top, bottom, both | top | |
| $config_recordsperpage | The number of records to display in a list of records. If there are more records than this number, previous/next links and page numbers will be added. | positive number | 25 | |
| $config_menu_align | how the menu aligns. This is not a standard config variable, so you can't find it in config.inc.php | left, center, right | center |