Friday, July 27, 2012

Re: How to remove CakePHP default header/banner

This method worked for me. Thank you!

On Monday, October 2, 2006 7:01:47 AM UTC-7, sylver wrote:
Hi there phunkster,

Thanks for the quick reply.

Previously, my views/layout folder is empty. I think that's why cake
replace it with it's own default template.

I followed this simple tutorial @
http://grahambird.co.uk/cake/tutorials/ajax.php and everything is
working as the author prescribed.

I've tried putting a default.thtml file in my views/layout folder, with
this simple code:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1">
<title>Custom page</title>
</head>

<body>
<img src="img_url">
</body>
</html>

and load the same page, but only the image are shown. The items from
the tutorial is gone. Do I have to declare any specific div or frame to
show the content of the tutorial?

Regards,
sylver

--
Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.
 
 
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

No comments: