Static files (like css, js, ...) are now loaded using the 'data-staticpath' parameter, that was added to every template.
Static files must be loaded using the real physical URL (un the
"customapps" folder if used) instead of the dynamic files, that must be
loaded using the index.php file (hidden if the URL rewriting is
activated)
Change the settings url to be mor consistant with the others urls of the
app.
Better feedback if the saving of settings did work or not.
Use the Framework to get the settings value, instead of using the $_POST
array.