Customize user interface

Does anyone know how to customize the user interface???

Colors, Page Title, etc…

Thanks in addvance.

Adrian.

Basic customisations can be done in the file /assets/default/css/custom.css

Global layout can be changed in the file /application/modules/layout/views/layout(_guest).php

Specific changes in a module => You can see the module name in the url (e.g. http://server.tld/*clients*/status/active).
The corresponding template files are in /application/modules/*clients*/views/

Hope this helps…