Remove the default interface CakePHP links in default Cake apps?
- by vette982
How do I get rid of the default "CakePHP: the rapid development php framework" link that shows up on the top left on every page of Cake app's with default configurations? It's not part of the view, and the only way I can think of is to display:none the div in the CSS.
I'm thinking there has to be some setting in the app's configuration.