Remove the default interface CakePHP links in default Cake apps?
Posted
by vette982
on Stack Overflow
See other posts from Stack Overflow
or by vette982
Published on 2010-06-08T04:13:11Z
Indexed on
2010/06/08
4:22 UTC
Read the original article
Hit count: 174
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.
© Stack Overflow or respective owner