I'm about to begin developing a CakePHP application, I understand CakePHP is aimed at allowing developers to put a web application together as quickly as possible hence it comes with default CSS and layouts for the views.
How would I go about replacing this default layout and CSS? I read briefly about 'themes' but don't understand what they do exactly.
Appreciate the help.