chendchng
(Chendacheng)
1
I want a page with frameset, so this page should not include <body /> element.
How can i do it?
I have remove the content in my view/site/index.php and "body" tag in view/layout/main.php
but it still render the body element
I would like to know, why? Is there a parameter to set it to do not render the body?
perochak
(Amjad Mughal)
2
Use Render Partial for the content you want to display in frame
chendchng
(Chendacheng)
3
but i want to render the page with frameset, not content in frame.
I tested to remove <body> from main.php and it never show up in view source…
are you sure you’re calling the protected/views/layout/ and not themes/views/layout???
chendchng
(Chendacheng)
5