diff options
author | Igor Scheller <igor.scheller@igorshp.de> | 2018-10-24 14:54:37 +0200 |
---|---|---|
committer | Igor Scheller <igor.scheller@igorshp.de> | 2018-10-24 22:31:32 +0200 |
commit | 2aad181798c9ba91832fef3ca4efd0e23fc80fef (patch) | |
tree | f1816263c018d1ac816da15a83c94728e7960a4b /README.md | |
parent | 4f04924e29b3fdda53aab431411868dc117607f2 (diff) |
Footer: Add additional links to the footer
Closes #435 (Support for additional footer links)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ To report bugs use [engelsystem/issues](https://github.com/engelsystem/engelsyst * Recommended: Directory Listing should be disabled. * There must a be MySQL database created with a user who has full rights to that database. * If necessary, create a ```config/config.php``` to override values from ```config/config.default.php```. - * To remove values from the `available_themes`, `locales` or `tshirt_sizes` lists the config file has to be renamed. + * To remove values from the `footer_items`, `available_themes`, `locales` or `tshirt_sizes` lists the config file has to be renamed. * To import the database the ```bin/migrate``` script has to be called. * In the browser, login with credentials ```admin```:```asdfasdf``` and change the password. |